summaryrefslogtreecommitdiffstats
path: root/doc/clock.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-09 08:10:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-09 08:10:18 (GMT)
commit5079cec18ef8f675f3efaa9d7b928755ca6c136d (patch)
tree06897d82f319ef6d60070a1aafb1620b9f21d8dc /doc/clock.n
parent4424192e29ebce4b3f82ec659919dae81203d2fb (diff)
parent1dfea026b838bf256caed3e3266f5d310f289a35 (diff)
downloadtcl-5079cec18ef8f675f3efaa9d7b928755ca6c136d.zip
tcl-5079cec18ef8f675f3efaa9d7b928755ca6c136d.tar.gz
tcl-5079cec18ef8f675f3efaa9d7b928755ca6c136d.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/clock.n')
-rw-r--r--doc/clock.n7
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.