Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
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-28date: add "unix" formatJeff King
2016-06-21local_tzoffset: detect errors from tm_to_time_tJeff King
2015-09-04date: make "local" orthogonal to date formatJeff King
2015-09-04date: 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-08Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'Junio C Hamano
2014-11-14approxidate: 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-15Merge 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-25drop redundant semicolon in empty whileJeff King
2013-05-30Merge branch 'jc/prune-all'Junio C Hamano
2013-04-18date.c: add parse_expiry_date()Junio C Hamano
2013-02-26Fix time offset calculation in case of unsigned time_tMike Gorchak
2013-02-26date.c: fix unsigned time_t comparisonMike Gorchak
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-13date.c: Fix off by one error in object-header date parsingJunio C Hamano
2012-04-25i18n: mark relative dates for translationJonathan Nieder
2012-02-11Merge 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-13date.c: Support iso8601 timezone formatsHaitao Li
2011-04-21date: avoid "X years, 12 months" in relative datesMichael J Gruber
2010-07-16Export parse_date_basic() to convert a date string to timestampJonathan Nieder
2010-07-05parse_date: fix signedness in timezone calculationJeff King
2010-06-21Merge branch 'rr/parse-date-refactor'Junio C Hamano
2010-06-08Refactor parse_date for approxidate functionsRamkumar Ramachandra
2010-05-19Add "Z" as an alias for the timezone "UTC"Marcus Comstedt
2010-01-28Merge branch 'jc/maint-reflog-bad-timestamp'Junio C Hamano
2010-01-27approxidate_careful() reports errorneous date stringJunio C Hamano
2010-01-21date.c: mark file-local function staticJunio C Hamano
2009-10-03Fix '--relative-date'Johan Sageryd
2009-08-31fix approxidate parsing of relative months and yearsJeff King
2009-08-31Add date formatting and parsing functions relative to a given timeAlex Riesen
2009-08-23Further 'approxidate' improvementsLinus Torvalds
2009-08-23Improve on 'approxidate'Linus Torvalds