Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Document %z.



details:   https://anonhg.NetBSD.org/src/rev/bf6d95d8497a
branches:  trunk
changeset: 519246:bf6d95d8497a
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Dec 13 22:11:27 2001 +0000

description:
Document %z.

diffstat:

 lib/libc/time/strftime.3 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9cd3ae67759c -r bf6d95d8497a lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3  Thu Dec 13 21:41:58 2001 +0000
+++ b/lib/libc/time/strftime.3  Thu Dec 13 22:11:27 2001 +0000
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strftime.3   5.12 (Berkeley) 6/29/91
-.\"    $NetBSD: strftime.3,v 1.11 2001/12/10 10:01:38 kleink Exp $
+.\"    $NetBSD: strftime.3,v 1.12 2001/12/13 22:11:27 kleink Exp $
 .\"
 .Dd June 29, 1991
 .Dt STRFTIME 3
@@ -185,6 +185,9 @@
 is replaced by the year without century as a decimal number [00,99].
 .It Cm \&%Z
 is replaced by the time zone name.
+.It Cm \&%z
+is replaced by the offset from ITC in the ISO 8601 format
+.Dq Li [-]hhmm .
 .It Cm %%
 is replaced by
 .Ql % .



Home | Main Index | Thread Index | Old Index