diff options
author | brian <brian@FreeBSD.org> | 2000-06-22 10:02:33 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-06-22 10:02:33 +0000 |
commit | 5f8304856e7bce5d08a0c8d8a7f95a18e516997c (patch) | |
tree | f1d51611a7d10ada2a78f4c8a4c08829a044aa5f /bin | |
parent | 0e384f31f66f978368c9df93b7d0b78a2267dcce (diff) | |
download | FreeBSD-src-5f8304856e7bce5d08a0c8d8a7f95a18e516997c.zip FreeBSD-src-5f8304856e7bce5d08a0c8d8a7f95a18e516997c.tar.gz |
Mention the timezone where appropriate (for the -v option).
correct one of the -v options.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 82551ad..969f72e 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. |