summaryrefslogtreecommitdiffstats
path: root/t/t0006-date.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* date: add "unix" formatJeff King2016-07-271-0/+2
* date: document and test "raw-local" modeJeff King2016-07-271-0/+1
* t0006: skip "far in the future" test when unsigned long is not long enoughJeff King2016-07-151-3/+3
* local_tzoffset: detect errors from tm_to_time_tJeff King2016-06-211-0/+5
* t0006: test various date formatsJeff King2016-06-211-0/+21
* t0006: rename test-date's "show" to "relative"Jeff King2016-06-211-13/+13
* approxidate: allow ISO-like dates far in the futureJeff King2014-11-131-0/+3
* Fix tests under GETTEXT_POISON on relative datesJiang Xin2012-08-271-1/+1
* date.c: Support iso8601 timezone formatsHaitao Li2011-09-131-0/+6
* date: avoid "X years, 12 months" in relative datesMichael J Gruber2011-04-211-0/+1
* t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey2010-07-071-1/+1
* parse_date: fix signedness in timezone calculationJeff King2010-07-051-0/+1
* t0006: test timezone parsingJeff King2010-07-051-2/+3
* Fix '--relative-date'Johan Sageryd2009-10-031-0/+1
* fix approxidate parsing of relative months and yearsJeff King2009-08-311-2/+2
* tests: add date printing and parsing testsJeff King2009-08-311-0/+75