summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"