You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/02 08:26:27 UTC

[GitHub] [airflow] uranusjr commented on pull request #16678: Serialize dag timezone to a tzname or offset

uranusjr commented on pull request #16678:
URL: https://github.com/apache/airflow/pull/16678#issuecomment-872818158


   Yeah, `tzinfo.tzname()` is not suitable for our serialisation use since it makes zero guarantee about the result’s decodability or round-trip property. The possible fix to this would be pretty wide in scope (we’ll probably need an tzinfo implementation interoperability standard) and let’s not go there for now…


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org