,----
| Author: Denys Vlasenko <[email protected]>
| Date:   Sat Jul 18 04:54:21 2009 +0200
|
|     correct date testsuite to use compatible format
|
|     Signed-off-by: Denys Vlasenko <[email protected]>
`----

Documentation says:

,----
| Recognized formats for TIME:
|         hh:mm[:ss]
|         [YYYY.]MM.DD-hh:mm[:ss]
|         YYYY-MM-DD hh:mm[:ss]
|         MMDDhhmm[[YY]YY][.ss]
`----

-dt=`busybox date -d 012311332000`
+dt=`busybox date -d 200001231133`

TIME format: YYYYMMDDhhmm[.ss] does not seem to be supported.


Cheers,

-- 
Cristian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to