aboutsummaryrefslogtreecommitdiffstats
path: root/date.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-22[PATCH] Fix strange timezone handlingLinus Torvalds1-10/+14
2005-09-20[PATCH] Return proper error valud from "parse_date()"Linus Torvalds1-3/+3
2005-07-12parse_date(): allow const date stringLinus Torvalds1-4/+4
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano1-5/+9
2005-05-22Include file cleanups..Linus Torvalds1-3/+0
2005-05-20sparse cleanupLinus Torvalds1-0/+2
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre1-2/+2
2005-05-06date.c: add "show_date()" function.Linus Torvalds1-0/+28
2005-05-01date handling: handle "AM"/"PM" on timeLinus Torvalds1-8/+22
2005-05-01date.c: allow even more varied time formatsLinus Torvalds1-54/+152
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds1-2/+8
2005-04-30date.c: only use the TZ names if we don't have anything better.Linus Torvalds1-1/+5
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds1-45/+51
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds1-1/+3
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds1-2/+7
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds1-106/+215
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig1-0/+184