summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2005-07-12parse_date(): allow const date stringLinus Torvalds
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20sparse cleanupLinus Torvalds
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre
2005-05-06date.c: add "show_date()" function.Linus Torvalds
2005-05-01date handling: handle "AM"/"PM" on timeLinus Torvalds
2005-05-01date.c: allow even more varied time formatsLinus Torvalds
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds
2005-04-30date.c: only use the TZ names if we don't have anything better.Linus Torvalds
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig