diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-13 11:23:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-05-13 11:23:40 (GMT) |
commit | 7974460313615cd1fa65bf570b8e5d87d01d2add (patch) | |
tree | 2fa52099a459b712c24c687e1ee6871cbd47d26b /doc/clock.n | |
parent | 29055898b0e66169e5fa34f0299b603afcdbb49c (diff) | |
download | tcl-7974460313615cd1fa65bf570b8e5d87d01d2add.zip tcl-7974460313615cd1fa65bf570b8e5d87d01d2add.tar.gz tcl-7974460313615cd1fa65bf570b8e5d87d01d2add.tar.bz2 |
[958bc05fbe]: Clarify "clock format" using "%R"
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/clock.n b/doc/clock.n index 7c4c3df..a0cc63e 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -626,8 +626,9 @@ On output, produces a locale-dependent time of day representation on a 12-hour clock. On input, accepts whatever \fB%r\fR produces. .TP \fB%R\fR -On output, produces a locale-dependent time of day representation on a -24-hour clock. On input, accepts whatever \fB%R\fR produces. +On output, the time in 24-hour notation (%H:%M). For a version +including the seconds, see \fB%T\fR below. On input, accepts whatever +\fB%R\fR produces. .TP \fB%s\fR On output, simply formats the \fItimeVal\fR argument as a decimal |