You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/11/09 17:31:00 UTC

[jira] [Created] (ARROW-14643) [C++] Support cast from timestamp[UTC] to string on Windows

David Li created ARROW-14643:
--------------------------------

             Summary: [C++] Support cast from timestamp[UTC] to string on Windows
                 Key: ARROW-14643
                 URL: https://issues.apache.org/jira/browse/ARROW-14643
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: David Li


As per ARROW-13168 we lack tzdb on Windows and so many operations on timestamp with timezone are not implemented. However, many of them could be implemented for the special case of UTC, e.g. casting timestamp[s, UTC] to string on Windows could be implemented without needing tzdb.

Follow up to ARROW-14231.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)