summaryrefslogtreecommitdiff
path: root/t/t0006-date.sh
Commit message (Expand)AuthorAgeFilesLines
* 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