summaryrefslogtreecommitdiff
path: root/t/t0006-date.sh
AgeCommit message (Expand)Author
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King
2018-11-02approxidate: handle pending number for "specials"Jeff King
2018-03-27t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy
2017-06-22Merge branch 'rs/strbuf-addftime-zZ'Junio C Hamano
2017-06-15date: use localtime() for "-local" time formatsJeff King
2017-06-15t0006: check --date=format zone offsetsJeff King
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe
2017-04-21t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin
2017-04-21t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin
2016-07-27date: add "unix" formatJeff King
2016-07-27date: document and test "raw-local" modeJeff King
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King
2016-06-20local_tzoffset: detect errors from tm_to_time_tJeff King
2016-06-20t0006: test various date formatsJeff King
2016-06-20t0006: rename test-date's "show" to "relative"Jeff King
2014-11-13approxidate: allow ISO-like dates far in the futureJeff King
2012-08-27Fix tests under GETTEXT_POISON on relative datesJiang Xin
2011-09-12date.c: Support iso8601 timezone formatsHaitao Li
2011-04-21date: avoid "X years, 12 months" in relative datesMichael J Gruber
2010-07-07t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey
2010-07-05parse_date: fix signedness in timezone calculationJeff King
2010-07-05t0006: test timezone parsingJeff King
2009-10-03Fix '--relative-date'Johan Sageryd
2009-08-31fix approxidate parsing of relative months and yearsJeff King
2009-08-31tests: add date printing and parsing testsJeff King