summaryrefslogtreecommitdiff
path: root/date.c
Commit message (Expand)AuthorAgeFilesLines
* date handling: handle "AM"/"PM" on timeLinus Torvalds2005-05-011-8/+22
* date.c: allow even more varied time formatsLinus Torvalds2005-05-011-54/+152
* date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds2005-04-301-2/+8
* date.c: only use the TZ names if we don't have anything better.Linus Torvalds2005-04-301-1/+5
* date.c: split up dst information in the timezone tableLinus Torvalds2005-04-301-45/+51
* date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds2005-04-301-1/+3
* date.c: use the local timezone if none specifiedLinus Torvalds2005-04-301-2/+7
* Make the date parsing accept pretty much any random crap.Linus Torvalds2005-04-301-106/+215
* [PATCH] Do date parsing by hand...Edgar Toernig2005-04-301-0/+184