Skip to content

Commit bd8148a

Browse files
XD-DENGAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-XXX] Fix typo in docs/timezone.rst (apache#3904)
1 parent 0eb105b commit bd8148a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/timezone.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ Cron schedules
134134

135135
In case you set a cron schedule, Airflow assumes you will always want to run at the exact same time. It will
136136
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,
138138
regardless if day light savings time is in place.
139139

140140

141141
Time deltas
142142
'''''''''''
143143
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
145145
be taken into account.
146146

0 commit comments

Comments
 (0)