You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2020/09/10 11:19:00 UTC

[jira] [Created] (ARROW-9961) [Rust][DataFusion] to_timestamp function parses timestamp without timezone offset as UTC rather than local

Andrew Lamb created ARROW-9961:
----------------------------------

             Summary: [Rust][DataFusion] to_timestamp function parses timestamp without timezone offset as UTC rather than local
                 Key: ARROW-9961
                 URL: https://issues.apache.org/jira/browse/ARROW-9961
             Project: Apache Arrow
          Issue Type: Sub-task
            Reporter: Andrew Lamb
            Assignee: Andrew Lamb


ARROW-9944 added a TO_TIMESTAMP function that supports parsing timestamps without a specified timezone, such as {{2020-09-08T13:42:29.190855}}

Such timestamps are supposed to be interpreted as in the local timezone, but instead are interpreted as UTC. 



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