diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/date.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toys/posix/date.c b/toys/posix/date.c index 7fe0388d..f34c347f 100644 --- a/toys/posix/date.c +++ b/toys/posix/date.c @@ -29,6 +29,9 @@ config DATE YYYY-MM-DD [hh:mm[:ss]] ISO 8601 hh:mm[:ss] 24-hour time today + All input formats can be followed by fractional seconds, and/or a UTC + offset such as -0800. + All input formats can be preceded by TZ="id" to set the input time zone separately from the output time zone. Otherwise $TZ sets both. |