summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr@gahr.ch <gahr>2016-03-03 08:30:56 (GMT)
committergahr@gahr.ch <gahr>2016-03-03 08:30:56 (GMT)
commitb5b506bfe9d7cb3ed7ce3cf1bb4905f055913044 (patch)
tree509c73c2ee5a4f2bf80f832baeb7a4441b38b674
parent0dfd9226fd4f6aa3ca71a62a354c3da2c49c6c9b (diff)
downloadtcl-b5b506bfe9d7cb3ed7ce3cf1bb4905f055913044.zip
tcl-b5b506bfe9d7cb3ed7ce3cf1bb4905f055913044.tar.gz
tcl-b5b506bfe9d7cb3ed7ce3cf1bb4905f055913044.tar.bz2
Clarify that weekends are intended as Saturdays and Sundays
-rw-r--r--doc/clock.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/clock.n b/doc/clock.n
index 53db33e..ac50e36 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -212,7 +212,7 @@ time zone and locale. The requisite number of days (weeks are converted
to days by multiplying by seven) is added to the calendar day, and
the date and time are then converted back to a count of seconds from
the epoch time. The \fBweekdays\fR keyword is similar to \fBdays\fR,
-with the only difference that weekends are skipped.
+with the only difference that weekends - Saturdays and Sundays - are skipped.
.PP
Adding and subtracting a given number of days across the point that
the time changes at the start or end of summer time (Daylight Saving Time)