Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time - Add reference to RFC-3339



details:   https://anonhg.NetBSD.org/src/rev/6bb0d2e25688
branches:  trunk
changeset: 341330:6bb0d2e25688
user:      ginsbach <ginsbach%NetBSD.org@localhost>
date:      Sat Oct 31 02:09:06 2015 +0000

description:
- Add reference to RFC-3339
- Add J to military / nautical time zone description

diffstat:

 lib/libc/time/strptime.3 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 0b33a5636465 -r 6bb0d2e25688 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Sat Oct 31 00:55:17 2015 +0000
+++ b/lib/libc/time/strptime.3  Sat Oct 31 02:09:06 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strptime.3,v 1.33 2015/10/29 22:42:55 wiz Exp $
+.\"    $NetBSD: strptime.3,v 1.34 2015/10/31 02:09:06 ginsbach Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -221,7 +221,7 @@
 .It Cm \&%Y
 the year, including the century (i.e., 1996).
 .It Cm \&%z
-an ISO 8601 or RFC-2822 time zone specification.
+an ISO 8601, RFC-2822, or RFC-3339 time zone specification.
 This is one of the following:
 .Bl -dash -offset indent -compact
 .It
@@ -295,7 +295,7 @@
 .Pq Dq S
 time
 .It
-a single letter military time zone specified as:
+a single letter military or nautical time zone specified as:
 .Bl -bullet -offset indent -compact
 .It
 .Dq A
@@ -304,7 +304,10 @@
 .It
 .Dq K
 through
-.Dq Y .
+.Dq Y
+.It
+.Dq J
+.Pq non-nautical local time zone
 .El
 .It
 An arbirtrary timezone name that can be loaded from the database.



Home | Main Index | Thread Index | Old Index