VIKTORVAV99 commented on issue #25946:
URL: https://github.com/apache/beam/issues/25946#issuecomment-3249616428

   > > It's possible to work around in several ways but it just adds more code 
that should not be needed.
   > 
   > @VIKTORVAV99 curious to know what approach you're taking! Are you working 
with Python-native [datetime](https://docs.python.org/3/library/datetime.html) 
type?
   
   Yes I am, currently the workaround we are using is simply converting it to a 
timestamp and then back to a datetime object. We lose the timezone but that's 
not super important for our usecase as we ensure everything is UTC beforehand.


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