| Commit message (Expand) | Author | Age | Files | Lines |
* | date.c: allow compact version of ISO-8601 datetime | Đoàn Trần Công Danh | 2020-04-24 | 1 | -0/+14 |
* | date.c: skip fractional second part of ISO-8601 | Đoàn Trần Công Danh | 2020-04-24 | 1 | -0/+12 |
* | date.c: validate and set time in a helper function | Đoàn Trần Công Danh | 2020-04-24 | 1 | -4/+15 |
* | date.c: s/is_date/set_date/ | Đoàn Trần Công Danh | 2020-04-23 | 1 | -11/+11 |
* | date.c: switch to reentrant {gm,local}time_r | Doan Tran Cong Danh | 2019-11-30 | 1 | -8/+10 |
* | Quit passing 'now' to date code | Stephen P. Smith | 2019-09-12 | 1 | -14/+13 |
* | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 2019-02-20 | 1 | -0/+4 |
* | Merge branch 'lt/date-human' | Junio C Hamano | 2019-02-06 | 1 | -22/+126 |
|\ |
|
| * | Add `human` format to test-tool | Stephen P. Smith | 2019-01-29 | 1 | -4/+17 |
| * | Replace the proposed 'auto' mode with 'auto:' | Stephen P. Smith | 2019-01-22 | 1 | -7/+8 |
| * | Add 'human' date format | Linus Torvalds | 2019-01-18 | 1 | -20/+110 |
* | | show_date_relative(): drop unused "tz" parameter | Jeff King | 2019-01-24 | 1 | -4/+4 |
* | | approxidate: fix NULL dereference in date_time() | Jeff King | 2018-11-07 | 1 | -1/+1 |
* | | approxidate: handle pending number for "specials" | Jeff King | 2018-11-02 | 1 | -27/+33 |
|/ |
|
* | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | Merge branch 'ab/strbuf-addftime-tzname-boolify' | Junio C Hamano | 2017-07-06 | 1 | -1/+1 |
|\ |
|
| * | strbuf: change an always NULL/"" strbuf_addftime() param to boolab/strbuf-addftime-tzname-boolify | Ævar Arnfjörð Bjarmason | 2017-07-01 | 1 | -1/+1 |
* | | Merge branch 'rs/strbuf-addftime-zZ' | Junio C Hamano | 2017-06-22 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | date: use localtime() for "-local" time formatsrs/strbuf-addftime-zZ | Jeff King | 2017-06-15 | 1 | -2/+12 |
| * | strbuf: let strbuf_addftime handle %z and %Z itself | René Scharfe | 2017-06-15 | 1 | -1/+1 |
* | | date.c: abort if the system time cannot handle one of our timestamps | Johannes Schindelin | 2017-04-27 | 1 | -2/+15 |
* | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -33/+33 |
* | | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 2017-04-23 | 1 | -13/+13 |
* | | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 2017-04-23 | 1 | -3/+3 |
|/ |
|
* | date: add "unix" format | Jeff King | 2016-07-27 | 1 | -0/+8 |
* | local_tzoffset: detect errors from tm_to_time_t | Jeff King | 2016-06-20 | 1 | -0/+2 |
* | date: make "local" orthogonal to date format | Jeff King | 2015-09-03 | 1 | -25/+45 |
* | date: check for "local" before anything else | John Keeping | 2015-09-03 | 1 | -3/+3 |
* | introduce "format" date-mode | Jeff King | 2015-06-29 | 1 | -1/+8 |
* | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -18/+25 |
* | Merge branch 'jc/epochtime-wo-tz' | Junio C Hamano | 2015-05-05 | 1 | -5/+9 |
|\ |
|
| * | parse_date_basic(): let the system handle DST conversionjc/epochtime-wo-tz | Junio C Hamano | 2015-04-15 | 1 | -2/+6 |
| * | parse_date_basic(): return early when given a bogus timestamp | Junio C Hamano | 2015-04-15 | 1 | -3/+3 |
* | | Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates' | Junio C Hamano | 2015-01-07 | 1 | -9/+12 |
|\ \ |
|
| * | | approxidate: allow ISO-like dates far in the futurejk/approxidate-avoid-y-d-m-over-future-dates | Jeff King | 2014-11-13 | 1 | -2/+2 |
| * | | pass TIME_DATE_NOW to approxidate future-check | Jeff King | 2014-11-13 | 1 | -7/+10 |
| |/ |
|
* | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -6/+7 |
|\ \ |
|
| * | | date: use strbufs in date-formatting functions | Jeff King | 2014-08-27 | 1 | -6/+7 |
| |/ |
|
* | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strict | Beat Bolli | 2014-08-29 | 1 | -1/+13 |
|/ |
|
* | i18n: fix uncatchable comments for translators in date.c | Jiang Xin | 2014-04-17 | 1 | -1/+1 |
* | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-03-14 | 1 | -2/+21 |
|\ |
|
| * | log: do not segfault on gmtime errors | Jeff King | 2014-02-24 | 1 | -2/+4 |
| * | date: check date overflow against time_t | Jeff King | 2014-02-24 | 1 | -0/+17 |
* | | Merge branch 'jk/date-c-double-semicolon' | Junio C Hamano | 2013-10-30 | 1 | -1/+1 |
|\ \ |
|
| * | | drop redundant semicolon in empty whilejk/date-c-double-semicolon | Jeff King | 2013-10-24 | 1 | -1/+1 |
* | | | Merge branch 'jc/prune-all' | Junio C Hamano | 2013-05-29 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | date.c: add parse_expiry_date() | Junio C Hamano | 2013-04-17 | 1 | -0/+22 |
| | |/
| |/| |
|
* | | | Fix time offset calculation in case of unsigned time_t | Mike Gorchak | 2013-02-25 | 1 | -2/+8 |
* | | | date.c: fix unsigned time_t comparison | Mike Gorchak | 2013-02-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jc/maint-filter-branch-epoch-date' | Junio C Hamano | 2012-07-22 | 1 | -1/+1 |
|\ \ |
|