OSDN Git Service

Document %s in date(1).
authorElliott Hughes <enh@google.com>
Wed, 11 Nov 2015 02:34:38 +0000 (18:34 -0800)
committerRob Landley <rob@landley.net>
Fri, 13 Nov 2015 03:27:07 +0000 (21:27 -0600)
toys/posix/date.c

index 398b891..ca0ca53 100644 (file)
@@ -35,6 +35,7 @@ config DATE
     %a short weekday name    %A weekday name         %u day of week (1-7, 1=mon)
     %b short month name      %B month name           %Z timezone name
     %j day of year (001-366) %d day of month (01-31) %e day of month ( 1-31)
+    %s seconds past the Epoch
 
     %U Week of year (0-53 start sunday)   %W Week of year (0-53 start monday)
     %V Week of year (1-53 start monday, week < 4 days not part of this year)