summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-25timezone_names[]: fixed the tz offset for New Zealand.Libravatar Steven Drake1-3/+3
2007-09-29parse_date_format(): convert a format name to an enum date_modeLibravatar Andy Parkins1-0/+20
2007-07-24Teach approxidate() to understand "never"Libravatar Johannes Schindelin1-0/+9
2007-07-13Make show_rfc2822_date() just another date output format.Libravatar Junio C Hamano1-15/+5
2007-07-13Support output ISO 8601 format datesLibravatar Robin Rosenberg1-0/+7
2007-06-07War on whitespaceLibravatar Junio C Hamano1-5/+5
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochLibravatar Johannes Sixt1-2/+4
2007-04-25Add --date={local,relative,default}Libravatar Junio C Hamano1-2/+33
2007-02-27show_date(): rename the "relative" parameter to "mode"Libravatar Johannes Schindelin1-8/+12
2007-01-20show_date(): fix relative datesLibravatar Johannes Schindelin1-3/+2
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-3/+0
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Libravatar Linus Torvalds1-10/+16
2006-09-28Fix approxidate() to understand more extended numbersLibravatar Linus Torvalds1-0/+40
2006-09-28Clean up approxidate() in preparation for fixesLibravatar Linus Torvalds1-3/+10
2006-08-26Relative timestamps in git logLibravatar Linus Torvalds1-8/+55
2006-08-23n is in fact unused, and is later shadowed.Libravatar Pierre Habouzit1-3/+3
2006-06-08date.c: improve guess between timezone offset and year.Libravatar Paul Eggert1-1/+1
2006-05-01Use RFC2822 dates from "git fmt-patch".Libravatar Junio C Hamano1-4/+25
2006-04-05date parsing: be friendlier to our European friends.Libravatar Junio C Hamano1-21/+56
2006-04-05Merge branch 'fix'Libravatar Junio C Hamano1-2/+2
2006-04-04parse_date(): fix parsing 03/10/2006Libravatar Junio C Hamano1-2/+2
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Libravatar Junio C Hamano1-3/+1
2006-01-05Fix nasty approxidate bugLibravatar Linus Torvalds1-1/+1
2005-12-29code comments: spellLibravatar Junio C Hamano1-1/+1
2005-11-18Teach "approxidate" about weekday syntaxLibravatar Linus Torvalds1-5/+49
2005-11-17Teach "approxidate" about weekday syntaxLibravatar Linus Torvalds1-1/+17
2005-11-16git's rev-parse.c function show_datestring presumes gnu dateLibravatar Linus Torvalds1-0/+124
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-09-22[PATCH] Fix strange timezone handlingLibravatar Linus Torvalds1-10/+14
2005-09-20[PATCH] Return proper error valud from "parse_date()"Libravatar Linus Torvalds1-3/+3
2005-07-12parse_date(): allow const date stringLibravatar Linus Torvalds1-4/+4
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Libravatar Junio C Hamano1-5/+9
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-3/+0
2005-05-20sparse cleanupLibravatar Linus Torvalds1-0/+2
2005-05-18[PATCH] fix show_date() for positive timezonesLibravatar Nicolas Pitre1-2/+2
2005-05-06date.c: add "show_date()" function.Libravatar Linus Torvalds1-0/+28
2005-05-01date handling: handle "AM"/"PM" on timeLibravatar Linus Torvalds1-8/+22
2005-05-01date.c: allow even more varied time formatsLibravatar Linus Torvalds1-54/+152
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLibravatar Linus Torvalds1-2/+8
2005-04-30date.c: only use the TZ names if we don't have anything better.Libravatar Linus Torvalds1-1/+5
2005-04-30date.c: split up dst information in the timezone tableLibravatar Linus Torvalds1-45/+51
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLibravatar Linus Torvalds1-1/+3
2005-04-30date.c: use the local timezone if none specifiedLibravatar Linus Torvalds1-2/+7
2005-04-30Make the date parsing accept pretty much any random crap.Libravatar Linus Torvalds1-106/+215
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig1-0/+184