summaryrefslogtreecommitdiff
path: root/doc/sh-utils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-25 12:47:34 +0000
committerJim Meyering <jim@meyering.net>1997-07-25 12:47:34 +0000
commit821c3f6fda9d289eec1fa2d49684a95f5df9d32f (patch)
treebf159f0fcf798a96ebfdb09bdf94ca97714905e4 /doc/sh-utils.texi
parente36d0b9d89b2420ecb7fbac796eb263b54844821 (diff)
downloadcoreutils-821c3f6fda9d289eec1fa2d49684a95f5df9d32f.tar.xz
use Cambridge, Mass example, not Azores one
Diffstat (limited to 'doc/sh-utils.texi')
-rw-r--r--doc/sh-utils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 6675a7a59..556f0aea9 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -2459,12 +2459,12 @@ To convert a date string to the number of seconds since the epoch
the @samp{%s} format. That can be useful in sorting and/or graphing
and/or comparing data by date. The following command outputs the
number of the seconds since the epoch for the time one second later
-than the epoch, but in time zone two hours later (the Azores), thus
-a total of two hours and one second after the epoch:
+than the epoch, but in time zone five hours later (Cambridge, Massachusetts),
+thus a total of five hours and one second after the epoch:
@example
-date --date='1970-01-01 00:00:01 UTC +2 hours' +%s
-7201
+date --date='1970-01-01 00:00:01 UTC +5 hours' +%s
+18001
@end example
Suppose you had @emph{not} specified time zone information in the example above.