novemberkilo commented on issue #778:
URL: https://github.com/apache/arrow-rs/issues/778#issuecomment-950087873


   Here's what I think is going on.
   
   #832 addresses the issue raised here 
https://github.com/apache/arrow-datafusion/issues/958
   
   In essence, it allows for strings indicating local time to be read as 
timestamps (and not UTF-8)
   
   The round-trip test suggested in this bug confirmed that the value read in 
is off by the local timezone offset. The same test confirms that round tripping 
is sound once the writer appends a `Z` - i.e. writes out the timestamp in UTC.


-- 
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]


Reply via email to