uranusjr commented on PR #30243:
URL: https://github.com/apache/airflow/pull/30243#issuecomment-1480087246

   Makes sense, except calling `make_aware` if unnecessary if we know the 
input. It is better to do `datetime.fromtimestamp(ts, tz=timezone.utc)` 
instead. This should be preferred over `utcfromtimestamp`, see Python 
documentation.


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