diff options
author | ericm <ericm> | 2000-03-21 22:55:24 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-03-21 22:55:24 (GMT) |
commit | 389f53d5a6f9d3996e26ec045bee129dc58b8418 (patch) | |
tree | 9a1b21eb57d19d46745316057eb0c86bde806d4e /doc | |
parent | 681c866be727a03776c6028f53bdae31049f770b (diff) | |
download | tcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.zip tcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.tar.gz tcl-389f53d5a6f9d3996e26ec045bee129dc58b8418.tar.bz2 |
* tests/clock.test: Modified some tests that were not robust with
respect to the time zone in which they were run and were thus
failing.
* doc/clock.n: Clarified meaning of -gmt with respect to -base
when used with [clock scan] (-gmt does not affect the
interpretation of -base).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/clock.n b/doc/clock.n index 1b67886..e67c5b8 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -9,7 +9,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.7 2000/01/13 23:40:36 ericm Exp $ +'\" RCS: @(#) $Id: clock.n,v 1.8 2000/03/21 22:55:24 ericm Exp $ '\" .so man.macros .TH clock n 8.3 Tcl "Tcl Built-In Commands" @@ -134,6 +134,8 @@ specified, the current date is assumed. If the string does not contain a time zone mnemonic, the local time zone is assumed, unless the \fB\-gmt\fR argument is true, in which case the clock value is calculated assuming that the specified time is relative to Greenwich Mean Time. +\fB-gmt\fR, if specified, affects only the computed time value; it does not +impact the interpretation of \fB-base\fR. .sp If the \fB\-base\fR flag is specified, the next argument should contain an integer clock value. Only the date in this value is used, not the |