(usage): Explain that %S's range of [0..60] is required --
authorJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 09:18:18 +0000 (09:18 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 09:18:18 +0000 (09:18 +0000)
rather than 0..59 -- to accommodate the occasional positive leap second.

src/date.c

index bf1332b..aa20746 100644 (file)
@@ -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\