You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/22 15:06:18 UTC

[GitHub] [arrow-rs] alamb opened a new issue #599: Format timestamps that have a timezone using RFC339 format

alamb opened a new issue #599:
URL: https://github.com/apache/arrow-rs/issues/599


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   I have timestamps from UTC and I want to format them in RFC3339 format, such as `2021-07-20T23:28:50Z`
   
   Right now, the only formatting supported by Arrow is "naive" timestamps (aka without any timezone) format, such as `2021-07-20 23:28:50` (note missing Z)
   
   **Describe the solution you'd like**
   I would like to to be able to specify that a timestamp is printed with the specified embedded timezone, ideally in RFC3339 format
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   It is not even possible to create arrays that hold such timestamps yet. See https://github.com/apache/arrow-rs/issues/597 for details


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org