alamb commented on issue #5827:
URL: https://github.com/apache/arrow-rs/issues/5827#issuecomment-2143903662

   > The argument that convinced me in the end is that when parsing from a 
string we convert to UTC
   
   I don't quite follow this example. 
   
   Given `2010-01-01T00:00:00.123456+08:00` as input,  I (naively) would expect 
that when I cast that to a timestamp without timezone it would look like 
`2010-01-01T00:00:00.123456`,  (same thing, no timezone)
   
   It seems in your example that it is cast to `2009-12-31 16:00:00.123456` 
(likely because the underlying timestamp value was not changed)
   
   Thus this seems like the same behavior and that it would be changed with the 
proposal. 
   
   But I may be missing something


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