summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-20 03:07:07 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-20 03:07:07 (GMT)
commit80464ee3b468bace581c7de7480928659a49c45a (patch)
tree70ff708f6b0eeae7d792c2b32907b8dbab2ace89
parentc28fcd8a776243c520c721fd5abf2037ebc86706 (diff)
downloadtcl-80464ee3b468bace581c7de7480928659a49c45a.zip
tcl-80464ee3b468bace581c7de7480928659a49c45a.tar.gz
tcl-80464ee3b468bace581c7de7480928659a49c45a.tar.bz2
* doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark
about the effect of Daylight Saving Time on relative times in [clock scan]. [Bug 1582951]
-rw-r--r--ChangeLog3
-rw-r--r--doc/clock.n12
2 files changed, 3 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index d6c920c..5d67906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
and 'lowercase' in clock.n. [Bug 1656002]
Clarified that [clock scan] does not recognize a locale's
alternative calendar.
+ Deleted an entirely superfluous (and also incorrect) remark
+ about the effect of Daylight Saving Time on relative times
+ in [clock scan]. [Bug 1582951]
* library/clock.tcl: Corrected an error in skipping over the
%Ey field on input.
* library/msgs/ja.msg:
diff --git a/doc/clock.n b/doc/clock.n
index 53eefcf..745f0a0 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -860,18 +860,6 @@ used. Finally, a correction is applied so that the correct hour of
the day is produced after allowing for daylight savings time
differences and the correct date is given when going from the end
of a long month to a short month.
-.PP
-Daylight savings time correction is applied only when the relative time
-is specified in units of days or more, i.e.\ days, weeks, fortnights, months or
-years. This means that when crossing the daylight savings time boundary,
-different results will be given for \fBclock scan "1 day"\fR and
-\fBclock scan "24 hours"\fR:
-.CS
-% \fBclock scan\fR "1 day" -base [\fBclock scan\fR 1999-10-31]
-941443200
-% \fBclock scan\fR "24 hours" -base [\fBclock scan\fR 1999-10-31]
-941439600
-.CE
.SH "SEE ALSO"
msgcat
.SH "COPYRIGHT"