diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-05-18 21:45:44 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-05-18 21:45:44 (GMT) |
commit | 4a48fddf76997f4e8db2a639205e385eecf837d1 (patch) | |
tree | f34f9c84aec34a66dc9963d48e67da48825732ca /doc/clock.n | |
parent | 46487a4cd235093ea1a14c1426132ac0f291428a (diff) | |
download | tcl-4a48fddf76997f4e8db2a639205e385eecf837d1.zip tcl-4a48fddf76997f4e8db2a639205e385eecf837d1.tar.gz tcl-4a48fddf76997f4e8db2a639205e385eecf837d1.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/clock.n')
-rw-r--r-- | doc/clock.n | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/clock.n b/doc/clock.n index d00b4fc..a0f6e9b 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.15 2004/03/17 18:14:12 das Exp $ +'\" RCS: @(#) $Id: clock.n,v 1.16 2004/05/18 21:45:55 kennykb Exp $ '\" .so man.macros .TH clock n 8.4 Tcl "Tcl Built-In Commands" @@ -98,6 +98,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 |