Commit bd8148a 1 parent 0eb105b commit bd8148a Copy full SHA for bd8148a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ Cron schedules
134
134
135
135
In case you set a cron schedule, Airflow assumes you will always want to run at the exact same time. It will
136
136
then ignore day light savings time. Thus, if you have a schedule that says
137
- run at end of interval every day at 08:00 GMT+1 it will always run end of interval 08:00 GMT+1,
137
+ 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,
138
138
regardless if day light savings time is in place.
139
139
140
140
141
141
Time deltas
142
142
'''''''''''
143
143
For schedules with time deltas Airflow assumes you always will want to run with the specified interval. So if you
144
- specify a timedelta(hours=2) you will always want to run to hours later. In this case day light savings time will
144
+ specify a timedelta(hours=2) you will always want to run two hours later. In this case day light savings time will
145
145
be taken into account.
146
146
You can’t perform that action at this time.
0 commit comments