potiuk commented on issue #5095: [AIRFLOW-4308] Fix DST moving clock backwards on python 3.6 URL: https://github.com/apache/airflow/pull/5095#issuecomment-483209217 It could cause different behaviour 3.5 3.6 (but not very problematic). Specifically: If you have a run scheduled to fire at 1:30 an on 28th of October in Python 3.5 it would run an hour later than on python 3.6. In python 3.5 it would start 1:30 AFTER then clocks were moved back, but on python 3.6 it would start at 1:30 BEFORE the clocks were moved back (simply because thera are two 1:30s that night). So there would be slight difference between those versions. Not very significant. After my change both 3.5 and 3.6 would start after the clocks were moved back.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
