aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-11-28 23:21:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-11-28 23:21:13 +0100
commit32a8f70ac1caa4037b63747c0c0a5086953ea668 (patch)
tree796ed8c6940796ffafc00561e1ab75787fb3a317 /coreutils
parent4dee01605996be88ec247256eb47d2686f6b7104 (diff)
downloadbusybox-32a8f70ac1caa4037b63747c0c0a5086953ea668.tar.gz
libbb: in @SECONDS date format, use 64-bit time if libc allows
function old new delta packed_usage 33472 33486 +14 parse_datestr 919 916 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/date.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index dfc1c7663..7061f1719 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -111,6 +111,7 @@
//usage: )
//usage: "\n"
//usage: "\nRecognized TIME formats:"
+//usage: "\n @seconds_since_1970"
//usage: "\n hh:mm[:ss]"
//usage: "\n [YYYY.]MM.DD-hh:mm[:ss]"
//usage: "\n YYYY-MM-DD hh:mm[:ss]"