From a5b38192d033a1db41080b6bd9fe1cec3ea06b0a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Oct 2000 02:28:27 +0000 Subject: [PATCH] (Time directives) [%S]: Range is 0..60, not 0..61. --- 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 6b36bd2..b8600ab 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2258,7 +2258,7 @@ Note that this value is the number of seconds between the epoch and the current date as defined by the localtime system call. It isn't changed by the @samp{--date} option. @item %S -second (00@dots{}61) +second (00@dots{}60) @item %T time, 24-hour (hh:mm:ss) @item %X -- 2.7.4