From: Jim Meyering Date: Fri, 13 Sep 2002 09:18:18 +0000 (+0000) Subject: (usage): Explain that %S's range of [0..60] is required -- X-Git-Tag: COREUTILS-4_5_2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a59ff019de186b32e0da2d62fef6d07791a0bc3a;p=platform%2Fupstream%2Fcoreutils.git (usage): Explain that %S's range of [0..60] is required -- rather than 0..59 -- to accommodate the occasional positive leap second. --- diff --git a/src/date.c b/src/date.c index bf1332b..aa20746 100644 --- a/src/date.c +++ b/src/date.c @@ -187,7 +187,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)\n\ "), stdout); fputs (_("\ - %S second (00..60)\n\ + %S second (00..60); the 60 is necessary to accommodate a leap second\n\ %t a horizontal tab\n\ %T time, 24-hour (hh:mm:ss)\n\ %u day of week (1..7); 1 represents Monday\n\