Merge branch 'jc/epochtime-wo-tz' into maint-2.3
commit13ec221d8cb054051cd9d4da236b4f7dc6facbfb
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:33:58 +0000 (11 14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:33:58 +0000 (11 14:33 -0700)
tree6fb43be1a5eba2fc68b6efddef91f0b1c62b357b
parent16018ae5fb368151f3eff13730cf089b63f41962
parentf6e6362107a1e7a798dc1c28ef439a3157813467
Merge branch 'jc/epochtime-wo-tz' into maint-2.3

"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