kaxil closed pull request #3904: [AIRFLOW-XXX] Fix typo in docs/timezone.rst URL: https://github.com/apache/incubator-airflow/pull/3904
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/timezone.rst b/docs/timezone.rst index fe44ecfbb9..2c6f30fd39 100644 --- a/docs/timezone.rst +++ b/docs/timezone.rst @@ -134,13 +134,13 @@ Cron schedules In case you set a cron schedule, Airflow assumes you will always want to run at the exact same time. It will then ignore day light savings time. Thus, if you have a schedule that says -run at end of interval every day at 08:00 GMT+1 it will always run end of interval 08:00 GMT+1, +run at the end of interval every day at 08:00 GMT+1 it will always run at the end of interval 08:00 GMT+1, regardless if day light savings time is in place. Time deltas ''''''''''' For schedules with time deltas Airflow assumes you always will want to run with the specified interval. So if you -specify a timedelta(hours=2) you will always want to run to hours later. In this case day light savings time will +specify a timedelta(hours=2) you will always want to run two hours later. In this case day light savings time will be taken into account. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
