@@ -52,51 +52,50 @@ Calendar intervals can only be specified in "singular" quantities of the unit
52
52
53
53
The accepted units for calendar intervals are:
54
54
55
- minute (`m`, `1m`) ::
56
- All minutes begin at 00 seconds.
55
+ minute (`1m`) ::
57
56
57
+ All minutes begin at 00 seconds.
58
58
One minute is the interval between 00 seconds of the first minute and 00
59
59
seconds of the following minute in the specified timezone, compensating for any
60
60
intervening leap seconds, so that the number of minutes and seconds past the
61
61
hour is the same at the start and end.
62
62
63
- hour (`h`, `1h`) ::
64
- All hours begin at 00 minutes and 00 seconds.
63
+ hour (`1h`) ::
65
64
65
+ All hours begin at 00 minutes and 00 seconds.
66
66
One hour (1h) is the interval between 00:00 minutes of the first hour and 00:00
67
67
minutes of the following hour in the specified timezone, compensating for any
68
68
intervening leap seconds, so that the number of minutes and seconds past the hour
69
69
is the same at the start and end.
70
70
71
+ day (`1d`) ::
71
72
72
- day (`d`, `1d`) ::
73
73
All days begin at the earliest possible time, which is usually 00:00:00
74
74
(midnight).
75
-
76
75
One day (1d) is the interval between the start of the day and the start of
77
76
of the following day in the specified timezone, compensating for any intervening
78
77
time changes.
79
78
80
- week (`w`, ` 1w`) ::
79
+ week (`1w`) ::
81
80
82
81
One week is the interval between the start day_of_week:hour:minute:second
83
82
and the same day of the week and time of the following week in the specified
84
83
timezone.
85
84
86
- month (`M`, ` 1M`) ::
85
+ month (`1M`) ::
87
86
88
87
One month is the interval between the start day of the month and time of
89
88
day and the same day of the month and time of the following month in the specified
90
89
timezone, so that the day of the month and time of day are the same at the start
91
90
and end.
92
91
93
- quarter (`q`, ` 1q`) ::
92
+ quarter (`1q`) ::
94
93
95
94
One quarter (1q) is the interval between the start day of the month and
96
95
time of day and the same day of the month and time of day three months later,
97
96
so that the day of the month and time of day are the same at the start and end. +
98
97
99
- year (`y`, ` 1y`) ::
98
+ year (`1y`) ::
100
99
101
100
One year (1y) is the interval between the start day of the month and time of
102
101
day and the same day of the month and time of day the following year in the
0 commit comments