You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v0.3/handbook/libraries/stdlib.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1425,12 +1425,12 @@ The system library provides various system-level utilities for Eve.
1425
1425
<li><strong>month</strong> - (optional) - the current month (1 - 12)</li>
1426
1426
<li><strong>day</strong> - (optional) - the current day of the month (1 - 31)</li>
1427
1427
<li><strong>weekday</strong> - (optional) - the current day of the week (1 - 7, where 1 is Sunday)</li>
1428
-
<li><strong>hours</strong> - (optional) - the current hour (0 - 23)</li>
1429
-
<li><strong>minutes</strong> - (optional) - the current minute (0 - 59)</li>
1430
-
<li><strong>seconds</strong> - (optional) - the current second (0 - 59)</li>
1431
-
<li><strong>milliseconds</strong> - (optional) - the current millisecond (0 - 999)</li>
1428
+
<li><strong>hour</strong> - (optional) - the current hour (0 - 23)</li>
1429
+
<li><strong>minute</strong> - (optional) - the current minute (0 - 59)</li>
1430
+
<li><strong>second</strong> - (optional) - the current second (0 - 59)</li>
1431
+
<li><strong>millisecond</strong> - (optional) - the current millisecond (0 - 999)</li>
1432
1432
<li><strong>timestamp</strong> - (optional) - the current time represented as the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC</li>
1433
-
<li><strong>ticks</strong> - (optional) - the number of ticks of the timer since it was created</li>
1433
+
<li><strong>tick</strong> - (optional) - the number of ticks of the timer since it was created</li>
0 commit comments