index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
date.test
Age
Commit message (
Expand
)
Author
2020-01-06
date.test: defuse a time bomb.
Elliott Hughes
2019-04-22
Switch some SKIP_HOST tests to toyonly. (The host could be toybox.)
Rob Landley
2019-03-26
Make touch use xparsedate() (result: -t and -d the same, autodetects format),
Rob Landley
2019-03-14
date: don't hard-code 2019 in the test.
Elliott Hughes
2019-03-13
date: fix various time zone/daylight time issues.
Elliott Hughes
2019-02-13
date: more test cleanup.
Elliott Hughes
2019-02-11
date: some fixes.
Elliott Hughes
2018-10-06
date.test: add some tests.
Elliott Hughes
2017-05-19
Implement date %N, loosely inspired by Elliott Hughes's patch.
Rob Landley
2017-03-28
New date range tests are simple, won't catch Feb 29 in non-leap-year
Rob Landley
2016-07-04
Fix chattr and date tests.
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2015-11-12
Fix year parsing in date(1).
Elliott Hughes
2015-08-11
Fix more date bugs.
Elliott Hughes
2015-08-08
Reject invalid dates in date(1).
Elliott Hughes