Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil more changes I forgot to commit



details:   https://anonhg.NetBSD.org/src/rev/0083855f5a01
branches:  trunk
changeset: 342136:0083855f5a01
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 08 12:51:21 2015 +0000

description:
more changes I forgot to commit

diffstat:

 lib/libutil/parsedate.3 |  18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 1cfa18447779 -r 0083855f5a01 lib/libutil/parsedate.3
--- a/lib/libutil/parsedate.3   Tue Dec 08 12:51:04 2015 +0000
+++ b/lib/libutil/parsedate.3   Tue Dec 08 12:51:21 2015 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: parsedate.3,v 1.18 2015/12/07 20:55:49 christos Exp $
+.\"     $NetBSD: parsedate.3,v 1.19 2015/12/08 12:51:21 christos Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -198,11 +198,11 @@
 .Dv zp5 (+0500) ,
 .Dv ist (+0550) ,
 .Dv zp6 (+0600) ,
-.Dv wast (+0700) ,
-.Dv wadt (+0800) ,
-.Dv awst (+0700) ,
-.Dv awdt (+0800) ,
 .Dv ict (+0700) ,
+.Dv wast (+0800) ,
+.Dv wadt (+0900) ,
+.Dv awst (+0800) ,
+.Dv awdt (+0900) ,
 .Dv cct (+0800) ,
 .Dv sgt (+0800) ,
 .Dv hkt (+0800) ,
@@ -272,6 +272,14 @@
 .It +2 years
 .El
 .Pp
+Note that, as a special case for
+.Dv midnight
+with the name of a day only,
+.Dv "midnight tuesday"
+implies 00:00 at the beginning of Tuesday, whereas
+.Dv "Sat mn"
+implies 00:00 at the end of Saturday (i.e. early Sunday morning.)
+.Pp
 Seconds since epoch, UTC, (also known as UNIX time) are also supported:
 .Bl -tag -compact -width "@735275209"
 .It @735275209



Home | Main Index | Thread Index | Old Index