aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-06-22 10:02:33 +0000
committerBrian Somers <brian@FreeBSD.org>2000-06-22 10:02:33 +0000
commit714c609be52561286f7b307b051477fcf32e2d84 (patch)
tree018cda893e309f15579cd02c5760223c18609e23
parent077833ef990f515d1c38d5daa12c5587af020eb3 (diff)
Notes
-rw-r--r--bin/date/date.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index 82551ada1d38..969f72eb3b49 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -189,7 +189,7 @@ the clock goes back at 02:00 to 01:00, using
will be necessary to reach October 20, 2:30.
.Pp
When the date is adjusted to a specific value that doesn't actually exist
-.Pq for example March 26, 1:30 BST 2000 ,
+.Pq for example March 26, 1:30 BST 2000 in the Europe/London timezone ,
the date will be silently adjusted forwards in units of one hour until it
reaches a valid time.
When the date is adjusted to a specific value that occurs twice
@@ -254,14 +254,14 @@ DATE: 1987-11-21
TIME: 13:36:16
.Ed
.Pp
-The command:
+In the Europe/London timezone, the command:
.Bd -literal -offset indent
date -v1m -v+1y
.Ed
.Pp
will display:
.Bd -literal -offset indent
-Sun Jan 4 03:15:24 GMT 1998
+Sun Jan 4 04:15:24 GMT 1998
.Ed
.Pp
where it is currently Mon Aug 4 04:15:24 BST 1997.