summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2011-09-12date.c: Support iso8601 timezone formatsHaitao Li
2011-04-21date: avoid "X years, 12 months" in relative datesMichael J Gruber
2010-07-15Export 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-07Refactor parse_date for approxidate functionsRamkumar Ramachandra
2010-05-19Add "Z" as an alias for the timezone "UTC"Marcus Comstedt
2010-01-27Merge branch 'jc/maint-reflog-bad-timestamp'Junio C Hamano
2010-01-26approxidate_careful() reports errorneous date stringJunio C Hamano
2010-01-20date.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
2009-05-06Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers
2009-02-25never fallback relative times to absoluteJeff King
2009-02-21Support 'raw' date formatLinus Torvalds
2008-08-18date/time: do not get confused by fractional secondsLinus Torvalds
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt
2008-06-17Fix approxidate("never") to always return 0Olivier Marin
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake
2007-09-30parse_date_format(): convert a format name to an enum date_modeAndy Parkins
2007-07-25Teach approxidate() to understand "never"Johannes Schindelin
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-02-28show_date(): rename the "relative" parameter to "mode"Johannes Schindelin
2007-01-21show_date(): fix relative datesJohannes Schindelin
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds
2006-09-29Fix approxidate() to understand more extended numbersLinus Torvalds
2006-09-29Clean up approxidate() in preparation for fixesLinus Torvalds
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-24n is in fact unused, and is later shadowed.Pierre Habouzit
2006-06-09date.c: improve guess between timezone offset and year.Paul Eggert
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano
2006-04-05date parsing: be friendlier to our European friends.Junio C Hamano
2006-04-05Merge branch 'fix'Junio C Hamano
2006-04-05parse_date(): fix parsing 03/10/2006Junio C Hamano
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-01-06Fix nasty approxidate bugLinus Torvalds
2005-12-29code comments: spellJunio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-09-22[PATCH] Fix strange timezone handlingLinus Torvalds