summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-18 21:52:56 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-18 21:52:56 (GMT)
commit9952f1458ffdf3f22b1013dab019fb273dff357f (patch)
tree68fc172017b9d4cf65f0d772cfaada0f085f643c /doc
parent796e34e6aaf5f3b99f1c0e9d7906567eeb2ad087 (diff)
downloadtcl-9952f1458ffdf3f22b1013dab019fb273dff357f.zip
tcl-9952f1458ffdf3f22b1013dab019fb273dff357f.tar.gz
tcl-9952f1458ffdf3f22b1013dab019fb273dff357f.tar.bz2
* compat/strftime.c (_fmt, ISO8601Week):
* doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944]
Diffstat (limited to 'doc')
-rw-r--r--doc/clock.n8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/clock.n b/doc/clock.n
index de2baa2..41a1cef 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -10,7 +10,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: clock.n,v 1.11.2.1 2004/02/06 16:47:53 dgp Exp $
+'\" RCS: @(#) $Id: clock.n,v 1.11.2.2 2004/05/18 21:52:56 kennykb Exp $
'\"
.so man.macros
.TH clock n 8.4 Tcl "Tcl Built-In Commands"
@@ -79,6 +79,12 @@ Day of month (01 - 31).
Date as %m/%d/%y.
.IP \fB%e\fR
Day of month (1 - 31), no leading zeros.
+.IP \fB%g\fR
+The ISO8601 year number corresponding to the ISO8601 week (%V), expressed
+as a two-digit year-of-the-century, with leading zero if necessary.
+.IP \fB%G\fR
+The ISO8601 year number corresponding to the ISO8601 week (%V), expressed
+as a four-digit number.
.IP \fB%h\fR
Abbreviated month name.
.VE 8.4