aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0006-date.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-06-25date: detect underflow/overflow when parsing dates with timezone offsetDarcy Burke1-0/+33
2024-06-25t0006: simplify prerequisitesJunio C Hamano1-6/+12
2024-03-21Merge branch 'bb/t0006-negative-tz-offset'Junio C Hamano1-0/+8
2024-03-14t0006: add more tests with a negative TZ offsetBeat Bolli1-0/+8
2024-03-13date: make "iso-strict" conforming for the UTC timezoneBeat Bolli1-0/+1
2023-01-13date.c: allow ISO 8601 reduced precision timesĐoàn Trần Công Danh1-0/+8
2022-02-16date API: add and use a date_mode_release()Ævar Arnfjörð Bjarmason1-0/+2
2021-11-04strbuf_addftime(): handle "%s" manuallyJeff King1-0/+4
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2020-04-24date.c: allow compact version of ISO-8601 datetimeĐoàn Trần Công Danh1-0/+3
2020-04-24date.c: skip fractional second part of ISO-8601Đoàn Trần Công Danh1-0/+3
2019-02-06Merge branch 'lt/date-human'Junio C Hamano1-2/+20
2019-01-29Add `human` date format tests.Stephen P. Smith1-0/+18
2019-01-29Add `human` format to test-toolStephen P. Smith1-2/+2
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King1-0/+1
2018-11-02approxidate: handle pending number for "specials"Jeff King1-0/+1
2018-03-27t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy1-4/+4
2017-06-22Merge branch 'rs/strbuf-addftime-zZ'Junio C Hamano1-2/+14
2017-06-15date: use localtime() for "-local" time formatsJeff King1-0/+1
2017-06-15t0006: check --date=format zone offsetsJeff King1-2/+7
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe1-0/+6
2017-04-20t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin1-2/+2
2017-04-20t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin1-2/+2
2016-07-27date: add "unix" formatJeff King1-0/+2
2016-07-27date: document and test "raw-local" modeJeff King1-0/+1
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King1-3/+3
2016-06-20local_tzoffset: detect errors from tm_to_time_tJeff King1-0/+5
2016-06-20t0006: test various date formatsJeff King1-0/+21
2016-06-20t0006: rename test-date's "show" to "relative"Jeff King1-13/+13
2014-11-13approxidate: allow ISO-like dates far in the futureJeff King1-0/+3
2012-08-27Fix tests under GETTEXT_POISON on relative datesJiang Xin1-1/+1
2011-09-12date.c: Support iso8601 timezone formatsHaitao Li1-0/+6
2011-04-20date: avoid "X years, 12 months" in relative datesMichael J Gruber1-0/+1
2010-07-07t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey1-1/+1
2010-07-05parse_date: fix signedness in timezone calculationJeff King1-0/+1
2010-07-05t0006: test timezone parsingJeff King1-2/+3
2009-10-03Fix '--relative-date'Johan Sageryd1-0/+1
2009-08-30fix approxidate parsing of relative months and yearsJeff King1-2/+2
2009-08-30tests: add date printing and parsing testsJeff King1-0/+75