tustvold commented on PR #5605:
URL: https://github.com/apache/arrow-rs/pull/5605#issuecomment-2053638828

   > We need to add the timezone config in the CastOptions which can't be 
configured by other system like datafusion.
   
   I think the conversion should take the date of the timestamp in the given 
timezone, we should not need to configure this on `CastOptions`.
   
   So for example if we had `2019-10-12T07:20:50.52 +10:00`, the date returned 
would be `2019-10-12` even though with reference to the UTC epoch (which is 
what the timestamp integer represents) the date would be `2019-10-11`


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