Age | Commit message (Expand) | Author | Files | Lines |
2016-06-20 | local_tzoffset: detect errors from tm_to_time_t | Jeff King | 1 | -0/+2 |
2015-09-03 | date: make "local" orthogonal to date format | Jeff King | 1 | -25/+45 |
2015-09-03 | date: check for "local" before anything else | John Keeping | 1 | -3/+3 |
2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -1/+8 |
2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -18/+25 |
2015-05-05 | Merge branch 'jc/epochtime-wo-tz' | Junio C Hamano | 1 | -5/+9 |
2015-04-15 | parse_date_basic(): let the system handle DST conversion | Junio C Hamano | 1 | -2/+6 |
2015-04-15 | parse_date_basic(): return early when given a bogus timestamp | Junio C Hamano | 1 | -3/+3 |
2015-01-07 | Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates' | Junio C Hamano | 1 | -9/+12 |
2014-11-13 | approxidate: allow ISO-like dates far in the future | Jeff King | 1 | -2/+2 |
2014-11-13 | pass TIME_DATE_NOW to approxidate future-check | Jeff King | 1 | -7/+10 |
2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -6/+7 |
2014-08-29 | pretty: provide a strict ISO 8601 date format | Beat Bolli | 1 | -1/+13 |
2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -6/+7 |
2014-04-17 | i18n: fix uncatchable comments for translators in date.c | Jiang Xin | 1 | -1/+1 |
2014-03-14 | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 1 | -2/+21 |
2014-02-24 | log: do not segfault on gmtime errors | Jeff King | 1 | -2/+4 |
2014-02-24 | date: check date overflow against time_t | Jeff King | 1 | -0/+17 |
2013-10-30 | Merge branch 'jk/date-c-double-semicolon' | Junio C Hamano | 1 | -1/+1 |
2013-10-24 | drop redundant semicolon in empty while | Jeff King | 1 | -1/+1 |
2013-05-29 | Merge branch 'jc/prune-all' | Junio C Hamano | 1 | -0/+22 |
2013-04-17 | date.c: add parse_expiry_date() | Junio C Hamano | 1 | -0/+22 |
2013-02-25 | Fix time offset calculation in case of unsigned time_t | Mike Gorchak | 1 | -2/+8 |
2013-02-25 | date.c: fix unsigned time_t comparison | Mike Gorchak | 1 | -1/+1 |
2012-07-22 | Merge branch 'jc/maint-filter-branch-epoch-date' | Junio C Hamano | 1 | -1/+1 |
2012-07-12 | date.c: Fix off by one error in object-header date parsing | Junio C Hamano | 1 | -1/+1 |
2012-04-24 | i18n: mark relative dates for translation | Jonathan Nieder | 1 | -39/+56 |
2012-02-10 | Merge branch 'jc/parse-date-raw' | Junio C Hamano | 1 | -0/+30 |
2012-02-03 | parse_date(): '@' prefix forces git-timestamp | Junio C Hamano | 1 | -1/+2 |
2012-02-03 | parse_date(): allow ancient git-timestamp | Junio C Hamano | 1 | -0/+29 |
2011-09-12 | date.c: Support iso8601 timezone formats | Haitao Li | 1 | -11/+23 |
2011-04-20 | date: avoid "X years, 12 months" in relative dates | Michael J Gruber | 1 | -2/+3 |
2010-07-15 | Export parse_date_basic() to convert a date string to timestamp | Jonathan Nieder | 1 | -8/+6 |
2010-07-05 | parse_date: fix signedness in timezone calculation | Jeff King | 1 | -1/+1 |
2010-06-21 | Merge branch 'rr/parse-date-refactor' | Junio C Hamano | 1 | -19/+37 |
2010-06-07 | Refactor parse_date for approxidate functions | Ramkumar Ramachandra | 1 | -19/+37 |
2010-05-18 | Add "Z" as an alias for the timezone "UTC" | Marcus Comstedt | 1 | -1/+2 |
2010-01-27 | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 1 | -8/+35 |
2010-01-26 | approxidate_careful() reports errorneous date string | Junio C Hamano | 1 | -8/+35 |
2010-01-20 | date.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
2009-10-03 | Fix '--relative-date' | Johan Sageryd | 1 | -1/+1 |
2009-08-30 | fix approxidate parsing of relative months and years | Jeff King | 1 | -1/+4 |
2009-08-30 | Add date formatting and parsing functions relative to a given time | Alex Riesen | 1 | -63/+87 |
2009-08-22 | Further 'approxidate' improvements | Linus Torvalds | 1 | -5/+27 |
2009-08-22 | Improve on 'approxidate' | Linus Torvalds | 1 | -30/+63 |
2009-05-05 | Work around BSD whose typeof(tv.tv_sec) != time_t | Bernd Ahlers | 1 | -1/+3 |
2009-02-25 | never fallback relative times to absolute | Jeff King | 1 | -1/+19 |
2009-02-20 | Support 'raw' date format | Linus Torvalds | 1 | -0/+7 |
2008-08-17 | date/time: do not get confused by fractional seconds | Linus Torvalds | 1 | -6/+20 |
2008-06-23 | Make my_mktime() public and rename it to tm_to_time_t() | Johannes Sixt | 1 | -5/+8 |