| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | date.c: Fix off by one error in object-header date parsing | Junio C Hamano | 2012-07-12 | 1 | -1/+1 |
* | | | i18n: mark relative dates for translation | Jonathan Nieder | 2012-04-24 | 1 | -39/+56 |
* | | | Merge branch 'jc/parse-date-raw' | Junio C Hamano | 2012-02-10 | 1 | -0/+30 |
|\ \ \
| |/ / |
|
| * | | parse_date(): '@' prefix forces git-timestampjc/parse-date-raw | Junio C Hamano | 2012-02-03 | 1 | -1/+2 |
| * | | parse_date(): allow ancient git-timestamp | Junio C Hamano | 2012-02-03 | 1 | -0/+29 |
* | | | date.c: Support iso8601 timezone formats | Haitao Li | 2011-09-12 | 1 | -11/+23 |
|/ / |
|
* | | date: avoid "X years, 12 months" in relative dates | Michael J Gruber | 2011-04-20 | 1 | -2/+3 |
* | | Export parse_date_basic() to convert a date string to timestamp | Jonathan Nieder | 2010-07-15 | 1 | -8/+6 |
* | | parse_date: fix signedness in timezone calculation | Jeff King | 2010-07-05 | 1 | -1/+1 |
* | | Merge branch 'rr/parse-date-refactor' | Junio C Hamano | 2010-06-21 | 1 | -19/+37 |
|\ \ |
|
| * | | Refactor parse_date for approxidate functions | Ramkumar Ramachandra | 2010-06-07 | 1 | -19/+37 |
* | | | Add "Z" as an alias for the timezone "UTC" | Marcus Comstedt | 2010-05-18 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 2010-01-27 | 1 | -8/+35 |
|\ \ |
|
| * | | approxidate_careful() reports errorneous date string | Junio C Hamano | 2010-01-26 | 1 | -8/+35 |
* | | | date.c: mark file-local function static | Junio C Hamano | 2010-01-20 | 1 | -1/+1 |
|/ / |
|
* | | Fix '--relative-date' | Johan Sageryd | 2009-10-03 | 1 | -1/+1 |
* | | fix approxidate parsing of relative months and years | Jeff King | 2009-08-30 | 1 | -1/+4 |
* | | Add date formatting and parsing functions relative to a given time | Alex Riesen | 2009-08-30 | 1 | -63/+87 |
* | | Further 'approxidate' improvements | Linus Torvalds | 2009-08-22 | 1 | -5/+27 |
* | | Improve on 'approxidate' | Linus Torvalds | 2009-08-22 | 1 | -30/+63 |
* | | Work around BSD whose typeof(tv.tv_sec) != time_t | Bernd Ahlers | 2009-05-05 | 1 | -1/+3 |
* | | never fallback relative times to absolute | Jeff King | 2009-02-25 | 1 | -1/+19 |
* | | Support 'raw' date format | Linus Torvalds | 2009-02-20 | 1 | -0/+7 |
* | | date/time: do not get confused by fractional seconds | Linus Torvalds | 2008-08-17 | 1 | -6/+20 |
* | | Make my_mktime() public and rename it to tm_to_time_t() | Johannes Sixt | 2008-06-23 | 1 | -5/+8 |
* | | Fix approxidate("never") to always return 0 | Olivier Marin | 2008-06-17 | 1 | -4/+2 |
* | | timezone_names[]: fixed the tz offset for New Zealand. | Steven Drake | 2008-02-25 | 1 | -3/+3 |
* | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 | 1 | -0/+20 |