summaryrefslogtreecommitdiff
path: root/t/t0006-date.sh
AgeCommit message (Expand)AuthorFilesLines
2020-04-24date.c: allow compact version of ISO-8601 datetimeLibravatar Đoàn Trần Công Danh1-0/+3
2020-04-24date.c: skip fractional second part of ISO-8601Libravatar Đoàn Trần Công Danh1-0/+3
2019-02-06Merge branch 'lt/date-human'Libravatar Junio C Hamano1-2/+20
2019-01-29Add `human` date format tests.Libravatar Stephen P. Smith1-0/+18
2019-01-29Add `human` format to test-toolLibravatar Stephen P. Smith1-2/+2
2018-11-07approxidate: fix NULL dereference in date_time()Libravatar Jeff King1-0/+1
2018-11-02approxidate: handle pending number for "specials"Libravatar Jeff King1-0/+1
2018-03-27t/helper: merge test-date into test-toolLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2017-06-22Merge branch 'rs/strbuf-addftime-zZ'Libravatar Junio C Hamano1-2/+14
2017-06-15date: use localtime() for "-local" time formatsLibravatar Jeff King1-0/+1
2017-06-15t0006: check --date=format zone offsetsLibravatar Jeff King1-2/+7
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfLibravatar René Scharfe1-0/+6
2017-04-20t0006 & t5000: skip "far in the future" test when time_t is too limitedLibravatar Johannes Schindelin1-2/+2
2017-04-20t0006 & t5000: prepare for 64-bit timestampsLibravatar Johannes Schindelin1-2/+2
2016-07-27date: add "unix" formatLibravatar Jeff King1-0/+2
2016-07-27date: document and test "raw-local" modeLibravatar Jeff King1-0/+1
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughLibravatar Jeff King1-3/+3
2016-06-20local_tzoffset: detect errors from tm_to_time_tLibravatar Jeff King1-0/+5
2016-06-20t0006: test various date formatsLibravatar Jeff King1-0/+21
2016-06-20t0006: rename test-date's "show" to "relative"Libravatar Jeff King1-13/+13
2014-11-13approxidate: allow ISO-like dates far in the futureLibravatar Jeff King1-0/+3
2012-08-27Fix tests under GETTEXT_POISON on relative datesLibravatar Jiang Xin1-1/+1
2011-09-12date.c: Support iso8601 timezone formatsLibravatar Haitao Li1-0/+6
2011-04-20date: avoid "X years, 12 months" in relative datesLibravatar Michael J Gruber1-0/+1
2010-07-07t/t0006: specify timezone as EST5 not EST to comply with POSIXLibravatar Brandon Casey1-1/+1
2010-07-05parse_date: fix signedness in timezone calculationLibravatar Jeff King1-0/+1
2010-07-05t0006: test timezone parsingLibravatar Jeff King1-2/+3
2009-10-03Fix '--relative-date'Libravatar Johan Sageryd1-0/+1
2009-08-30fix approxidate parsing of relative months and yearsLibravatar Jeff King1-2/+2
2009-08-30tests: add date printing and parsing testsLibravatar Jeff King1-0/+75