shunping commented on PR #30758:
URL: https://github.com/apache/beam/pull/30758#issuecomment-2098990513

   > Have you confirm that DateTime(instant.getMillis()) supposed to return the 
same result as DataTime(Instant) for any locale?
   
   Joda.Instant is merely a wrapper of a long value which represents the number 
of milliseconds from a fixed epoch. 
   https://www.joda.org/joda-time/apidocs/org/joda/time/Instant.html. I think 
it should be agnostic to timezone or locale 
   and can be converted from/to long without precision loss. 


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