summaryrefslogtreecommitdiff
path: root/t/t0006-date.sh
Commit message (Expand)AuthorAgeFilesLines
* date.c: allow ISO 8601 reduced precision timesĐoàn Trần Công Danh2023-01-131-0/+8
* date API: add and use a date_mode_release()Ævar Arnfjörð Bjarmason2022-02-161-0/+2
* strbuf_addftime(): handle "%s" manuallyJeff King2021-11-041-0/+4
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-2/+2
* date.c: allow compact version of ISO-8601 datetimeĐoàn Trần Công Danh2020-04-241-0/+3
* date.c: skip fractional second part of ISO-8601Đoàn Trần Công Danh2020-04-241-0/+3
* Merge branch 'lt/date-human'Junio C Hamano2019-02-061-2/+20
|\
| * Add `human` date format tests.Stephen P. Smith2019-01-291-0/+18
| * Add `human` format to test-toolStephen P. Smith2019-01-291-2/+2
* | approxidate: fix NULL dereference in date_time()Jeff King2018-11-071-0/+1
* | approxidate: handle pending number for "specials"Jeff King2018-11-021-0/+1
|/
* t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy2018-03-271-4/+4
* Merge branch 'rs/strbuf-addftime-zZ'Junio C Hamano2017-06-221-2/+14
|\
| * date: use localtime() for "-local" time formatsrs/strbuf-addftime-zZJeff King2017-06-151-0/+1
| * t0006: check --date=format zone offsetsJeff King2017-06-151-2/+7
| * strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe2017-06-151-0/+6
* | t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin2017-04-201-2/+2
* | t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin2017-04-201-2/+2
|/
* 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 enoughjk/tzoffset-fixJeff King2016-07-151-3/+3
* local_tzoffset: detect errors from tm_to_time_tJeff King2016-06-201-0/+5
* t0006: test various date formatsJeff King2016-06-201-0/+21
* t0006: rename test-date's "show" to "relative"Jeff King2016-06-201-13/+13
* approxidate: allow ISO-like dates far in the futurejk/approxidate-avoid-y-d-m-over-future-datesJeff 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-121-0/+6
* date: avoid "X years, 12 months" in relative datesMichael J Gruber2011-04-201-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-301-2/+2
* tests: add date printing and parsing testsJeff King2009-08-301-0/+75