summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)AuthorFilesLines
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