date handling: handle "AM"/"PM" on time
[git.git] / date.c
2005-05-01 Linus Torvaldsdate handling: handle "AM"/"PM" on time
2005-05-01 Linus Torvaldsdate.c: allow even more varied time formats
2005-04-30 Linus Torvaldsdate.c: fix printout of timezone offsets that aren...
2005-04-30 Linus Torvaldsdate.c: only use the TZ names if we don't have anything...
2005-04-30 Linus Torvaldsdate.c: split up dst information in the timezone table
2005-04-30 Linus Torvaldsdate.c: fix parsing of dates in mm/dd/yy format
2005-04-30 Linus Torvaldsdate.c: use the local timezone if none specified
2005-04-30 Linus TorvaldsMake the date parsing accept pretty much any random...
2005-04-30 Edgar Toernig[PATCH] Do date parsing by hand...