Merge branch 'jc/epochtime-wo-tz'
commit39a5d50d62780e2f838e5fa8196c06fba2baa956
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:33 +0000 (5 21:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:00:33 +0000 (5 21:00 -0700)
tree400746e314a752dde0cabc4021a3f27064d33acc
parentef8163ce57a59b4f494b02d01b3929b5c4488f5e
parentf6e6362107a1e7a798dc1c28ef439a3157813467
Merge branch 'jc/epochtime-wo-tz'

"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
date.c