send-email: allow sendmail binary to be used instead of SMTP
[gitweb.git] / date.c
2005-05-18 [PATCH] fix show_date() for positive timezones
2005-05-06 date.c: add "show_date()" function.
2005-05-01 date handling: handle "AM"/"PM" on time
2005-05-01 date.c: allow even more varied time formats
2005-04-30 date.c: fix printout of timezone offsets that aren...
2005-04-30 date.c: only use the TZ names if we don't have anything...
2005-04-30 date.c: split up dst information in the timezone table
2005-04-30 date.c: fix parsing of dates in mm/dd/yy format
2005-04-30 date.c: use the local timezone if none specified
2005-04-30 Make the date parsing accept pretty much any random...
2005-04-30 [PATCH] Do date parsing by hand...