Skip to content

Commit 5f65119

Browse files
committed
Fix example for previous() for isodatetime 3.2
1 parent 994deea commit 5f65119

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -589,14 +589,14 @@ point will be done from midnight of the current day.
589589
:widths: auto
590590

591591
Syntax, Description, Interpretation
592-
``next(-00)``, Any century; next year 00, 2100-01-01
593-
``previous(--01)``, Any year; next month 01, 2018-01-01
594-
``next(---01)``, Any year; any month; next 1st of month, 2018-04-01
595-
``previous(--1225)``, Any year; previous Dec 25, 2017-12-25
596-
``next(-2006)``, Any century; next June in a year ending 20, 2020-06-01
597-
``previous(-W101)``, Any century; previous week 10 day 1, 2018-03-05
598-
``next(-W-1; -W-3; -W-5)``, "Any year; any week; next day 1, 3 or 5", 2018-03-14
599-
``next(-001; -091; -181; -271)``, "Any year; day 1, 91, 181 or 271", 2018-04-01
592+
``next(-00)``, Any century; next year ending 00, 2100-01-01T00:00Z
593+
``previous(--01)``, Any year; previous month 01, 2018-01-01T00:00Z
594+
``next(---01)``, Any year; any month; next 1st of month, 2018-04-01T00:00Z
595+
``previous(--1225)``, Any year; previous Dec 25, 2017-12-25T00:00Z
596+
``next(-2006)``, Any century; next June in a year ending 20, 2020-06-01T00:00Z
597+
``previous(-W101)``, Any century; previous week 10 day 1, 2018-03-05T00:00Z
598+
``next(-W-1; -W-3; -W-5)``, "Any year; any week; next day 1, 3 or 5", 2018-03-16T00:00Z
599+
``next(-001; -091; -181; -271)``, "Any year; day 1, 91, 181 or 271", 2018-04-01T00:00Z
600600
``previous(-365T12Z)``, Any year; previous day 356 at 12Z, 2017-12-31T12:00Z
601601

602602

0 commit comments

Comments
 (0)