diff options
author | kennykb <kennykb@noemail.net> | 2004-05-18 21:52:55 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2004-05-18 21:52:55 (GMT) |
commit | 6e04cb64cce7c4b23436fa2538c8cabe08af7087 (patch) | |
tree | 68fc172017b9d4cf65f0d772cfaada0f085f643c /doc | |
parent | 52a2421f02df6194ad8851f3a80f2f53d7c38d5c (diff) | |
download | tcl-6e04cb64cce7c4b23436fa2538c8cabe08af7087.zip tcl-6e04cb64cce7c4b23436fa2538c8cabe08af7087.tar.gz tcl-6e04cb64cce7c4b23436fa2538c8cabe08af7087.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]
FossilOrigin-Name: 06cfb3828ae320f18e376614a3881d3aa73c6940
Diffstat (limited to 'doc')
-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 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 |