rok commented on issue #30117: URL: https://github.com/apache/arrow/issues/30117#issuecomment-1860205363
Thanks for doing this @AlenkaF ! Adding Z is definitely an improvement and removes current ambiguity. Did you consider adding an option to print in local time as per [ISO8601 convention](https://en.wikipedia.org/wiki/ISO_8601) displaying local time + offset from UTC? This could be done with logic from [local_timestamp](https://arrow.apache.org/docs/cpp/compute.html#timezone-handling), what's missing is logic to add timezone offset information. This is currently won't work for cases where timezone is given as a fixed offset (see #12865) but those cases could be handled as exceptions. Given that we could also make a separate issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
