summaryrefslogtreecommitdiffstats
path: root/bin/date
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2002-10-03 14:11:29 +0000
committerfanf <fanf@FreeBSD.org>2002-10-03 14:11:29 +0000
commitbb7f39d2ed192371c963569561d500ad325fd805 (patch)
tree621329dfc49c6dc4134e062abc1cc03197525cfc /bin/date
parent064f96637b1223dd0136d24b9e2e1ca0275ee1b4 (diff)
downloadFreeBSD-src-bb7f39d2ed192371c963569561d500ad325fd805.zip
FreeBSD-src-bb7f39d2ed192371c963569561d500ad325fd805.tar.gz
Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.
MFC After: 1 week
Diffstat (limited to 'bin/date')
-rw-r--r--bin/date/date.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index d85fda7..7323a73 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -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.
OpenPOWER on IntegriCloud