diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-09 08:11:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-09 08:11:03 (GMT) |
commit | 1994f539c350378ac11f1745010d2fa8e9ed3ae1 (patch) | |
tree | a7ddb47ee64cc0b19c2122d4c84622d31e02794d /doc | |
parent | 80b6a1a46484fce6b0aac7e955171106841cc4d9 (diff) | |
parent | 5079cec18ef8f675f3efaa9d7b928755ca6c136d (diff) | |
download | tcl-1994f539c350378ac11f1745010d2fa8e9ed3ae1.zip tcl-1994f539c350378ac11f1745010d2fa8e9ed3ae1.tar.gz tcl-1994f539c350378ac11f1745010d2fa8e9ed3ae1.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/clock.n b/doc/clock.n index a85f29f..f30ad24 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -913,13 +913,14 @@ an error may result if these years are used. \fIISO 8601 point-in-time\fR . An ISO 8601 point-in-time specification, such as -.QW \fICCyymmdd\fBT\fIhhmmss\fR, +.QW "\fICCyymmdd\fBT\fIhhmmss\fR", where \fBT\fR is the literal .QW T , .QW "\fICCyymmdd hhmmss\fR" , +.QW "\fICCyymmdd\fBT\fIhh:mm:ss\fR" , or -.QW \fICCyymmdd\fBT\fIhh\fB:\fImm\fB:\fIss\fR . -Note that only these three formats are accepted. +.QW "\fICCyy-mm-dd\fBT\fIhh\fB:\fImm\fB:\fIss\fR". +Note that only these four formats are accepted. The command does \fInot\fR accept the full range of point-in-time specifications specified in ISO8601. Other formats can be recognized by giving an explicit \fB\-format\fR option to the \fBclock scan\fR command. |