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