You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2021/10/04 10:12:00 UTC

[jira] [Closed] (FLINK-24416) Casting a TIMESTAMP_LTZ to STRING doesn't include timezone id

     [ https://issues.apache.org/jira/browse/FLINK-24416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marios Trivyzas closed FLINK-24416.
-----------------------------------
    Resolution: Invalid

Result string shouldn't contain any zone Id / offset info, the datetime string should just have the relevant zone/offset applied, which works correctly already.

> Casting a TIMESTAMP_LTZ to STRING doesn't include timezone id
> -------------------------------------------------------------
>
>                 Key: FLINK-24416
>                 URL: https://issues.apache.org/jira/browse/FLINK-24416
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Marios Trivyzas
>            Priority: Major
>
> Current behaviour:
> *.from(TIMESTAMP_LTZ(), LocalDateTime.parse("2021-09-24T12:34:56.123456")).resultsIn("2021-09-24 12:34:56.123456")*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)