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:
Tony Finch 2002-10-03 14:11:29 +00:00
parent 17f6e5b0e7
commit 35704b2f29

View file

@ -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.