summaryrefslogtreecommitdiff
path: root/date.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] Return proper error valud from "parse_date()"Linus Torvalds2005-09-201-3/+3
* parse_date(): allow const date stringLinus Torvalds2005-07-121-4/+4
* [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-251-5/+9
* Include file cleanups..Linus Torvalds2005-05-221-3/+0
* sparse cleanupLinus Torvalds2005-05-201-0/+2
* [PATCH] fix show_date() for positive timezonesNicolas Pitre2005-05-181-2/+2
* date.c: add "show_date()" function.Linus Torvalds2005-05-061-0/+28
* 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