From 2e4b629e212c654f02e49a258cce1afdef53e6d5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Oct 2000 09:50:56 +0000 Subject: [PATCH] (Examples of date): Fix a typo. --- doc/sh-utils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index b8600ab..1cf4f0d 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2591,7 +2591,7 @@ 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 five hours later (Cambridge, Massachusetts), +than the epoch, but in a time zone five hours later (Cambridge, Massachusetts), thus a total of five hours and one second after the epoch: @example -- 2.7.4