timkpaine opened a new pull request, #30083:
URL: https://github.com/apache/airflow/pull/30083

   Closes: #7999
   
   When performing a next value calculation using a cron schedule with a 
non-fixed interval (e.g. `* 1,2,3 * * *`), changes in timezone are not properly 
accounted for. The functions `_get_next` and `_get_prev` do not account for the 
delta between the `current` and `scheduled` values' respective timezones. This 
PR fixes that, and accordingly fixes the closed but unfixed #7999 issue.
   
   Note that this may want to be considered a breaking change, even though it 
is a fix in the behavior.
   
   


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