Merge branch 'jc/epochtime-wo-tz'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:33 +0000 (21:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:33 +0000 (21:00 -0700)
"git commit --date=now" or anything that relies on approxidate lost
the daylight-saving-time offset.

* jc/epochtime-wo-tz:
parse_date_basic(): let the system handle DST conversion
parse_date_basic(): return early when given a bogus timestamp

1  2 
date.c
diff --cc date.c
Simple merge