summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-07Merge branch 'lt/date-human'Junio C Hamano
2019-01-29Add `human` format to test-toolStephen P. Smith
2019-01-24show_date_relative(): drop unused "tz" parameterJeff King
2019-01-22Replace the proposed 'auto' mode with 'auto:'Stephen P. Smith
2019-01-18Add 'human' date formatLinus Torvalds
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King
2018-11-02approxidate: handle pending number for "specials"Jeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-07-07Merge branch 'ab/strbuf-addftime-tzname-boolify'Junio C Hamano
2017-07-01strbuf: change an always NULL/"" strbuf_addftime() param to boolÆvar Arnfjörð Bjarmason
2017-06-22Merge branch 'rs/strbuf-addftime-zZ'Junio C Hamano
2017-06-15date: use localtime() for "-local" time formatsJeff King
2017-06-15strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe
2017-04-27date.c: abort if the system time cannot handle one of our timestampsJohannes Schindelin
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2016-07-27date: add "unix" formatJeff King
2016-06-20local_tzoffset: detect errors from tm_to_time_tJeff King
2015-09-03date: make "local" orthogonal to date formatJeff King
2015-09-03date: check for "local" before anything elseJohn Keeping
2015-06-29introduce "format" date-modeJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2015-05-06Merge branch 'jc/epochtime-wo-tz'Junio C Hamano
2015-04-15parse_date_basic(): let the system handle DST conversionJunio C Hamano
2015-04-15parse_date_basic(): return early when given a bogus timestampJunio C Hamano
2015-01-07Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'Junio C Hamano
2014-11-13approxidate: allow ISO-like dates far in the futureJeff King
2014-11-13pass TIME_DATE_NOW to approxidate future-checkJeff King
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-04-17i18n: fix uncatchable comments for translators in date.cJiang Xin
2014-03-14Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-02-24log: do not segfault on gmtime errorsJeff King
2014-02-24date: check date overflow against time_tJeff King
2013-10-30Merge branch 'jk/date-c-double-semicolon'Junio C Hamano
2013-10-24drop redundant semicolon in empty whileJeff King
2013-05-29Merge branch 'jc/prune-all'Junio C Hamano
2013-04-17date.c: add parse_expiry_date()Junio C Hamano
2013-02-25Fix time offset calculation in case of unsigned time_tMike Gorchak
2013-02-25date.c: fix unsigned time_t comparisonMike Gorchak
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-12date.c: Fix off by one error in object-header date parsingJunio C Hamano
2012-04-24i18n: mark relative dates for translationJonathan Nieder
2012-02-10Merge branch 'jc/parse-date-raw'Junio C Hamano
2012-02-04parse_date(): '@' prefix forces git-timestampJunio C Hamano
2012-02-04parse_date(): allow ancient git-timestampJunio C Hamano
2011-09-12date.c: Support iso8601 timezone formatsHaitao Li