diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-21 08:25:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-21 08:25:51 (GMT) |
commit | 31489aa2fa4710e28b83cd902fbafcfa0792e033 (patch) | |
tree | d352f54eecd01ad9d9d0361127b8456b2fc09980 /doc/clock.n | |
parent | a344103b2df59b2fbd11188bb6b16293aa44c8ca (diff) | |
parent | 5a7f45638f425ed4e56942f1ca3df6705bfd5d4a (diff) | |
download | tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.zip tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.tar.gz tcl-31489aa2fa4710e28b83cd902fbafcfa0792e033.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc/clock.n')
-rw-r--r-- | doc/clock.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/clock.n b/doc/clock.n index 3c71f1e..5157ed1 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -186,9 +186,9 @@ Surprising results may be obtained when crossing a point at which a leap second is inserted or removed; the \fBclock add\fR command simply ignores leap seconds and therefore assumes that times come in sequence, -23:59:58, 23:59:59, 00:00:00. (This assumption is handled by +23:59:58, 23:59:59, 00:00:00. This assumption is handled by the fact that Tcl's model of time reacts to leap seconds by speeding -or slowing the clock by a minuscule amount until Tcl's time +or slowing the clock by a miniscule amount until Tcl's time is back in step with the world. .PP The fact that adding and subtracting hours is defined in terms of |