Welcome to mirror list, hosted at ThFree Co, Russian Federation.

date-format-works « date « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2a2091c33cf4c0e80ca2b12dabec390f691e013 (plain)
1
2
3
4
# TODO: gnu date doesn't accept '2000.11.22-11:22:33' format,
# but accepts '2000-11-22 11:22:33'. We must follow.
test x"01/01/99" = x"`busybox date -d 1999.01.01-11:22:33 '+%d/%m/%y'`"
test x"22/11/00" = x"`busybox date -d 2000.11.22-11:22:33 '+%d/%m/%y'`"