@@ -589,14 +589,14 @@ point will be done from midnight of the current day.
589
589
:widths: auto
590
590
591
591
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
600
600
``previous(-365T12Z) ``, Any year; previous day 356 at 12Z, 2017-12-31T12:00Z
601
601
602
602
0 commit comments