touch: implement -t TIME (needed for testsuite)
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 18 Jul 2009 02:49:20 +0000 (04:49 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 18 Jul 2009 02:49:20 +0000 (04:49 +0200)
commit38dd8aa657d80232d8bbce4ed359af2022f605c7
treedf326bb4ee6a083cc5b435a7b12d8ecb1331df8c
parent7aca89a7a32a1e560c447952c28a8b1e7fb775fc
touch: implement -t TIME (needed for testsuite)

This changes date -d TIME format a bit, makes it more compatible

function                                             old     new   delta
parse_datestr                                        391     618    +227
touch_main                                           360     361      +1
packed_usage                                       26624   26615      -9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/touch.c
include/usage.h
libbb/time.c