mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.
MFC After: 1 week
This commit is contained in:
parent
17f6e5b0e7
commit
35704b2f29
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ Flags are processed in the order given.
|
|||
When setting values
|
||||
(rather than adjusting them),
|
||||
seconds are in the range 0-59, minutes are in the range 0-59, hours are
|
||||
in the range 1-12, month days are in the range 1-31, week days are in the
|
||||
in the range 0-23, month days are in the range 1-31, week days are in the
|
||||
range 0-6 (Sun-Sat),
|
||||
months are in the range 1-12 (Jan-Dec)
|
||||
and years are in the range 80-38 or 1980-2038.
|
||||
|
|
|
|||
Loading…
Reference in a new issue