Merge branch 'jk/tzoffset-fix' into maint
commit0c72d6da31dd6ffce56989e4bcbd1b8650b1ef25
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:14 +0000 (11 10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:14 +0000 (11 10:44 -0700)
tree28ec9bc02f2918c704abdf1b8f6efb5cf9fd1b05
parent76180a2ba45986af0a0399690fef0ecd823348a5
parentbab748371a104c58058c0eff9f4073b710ce0355
Merge branch 'jk/tzoffset-fix' into maint

The internal code used to show local timezone offset is not
prepared to handle timestamps beyond year 2100, and gave a
bogus offset value to the caller.  Use a more benign looking
+0000 instead and let "git log" going in such a case, instead
of aborting.

* jk/tzoffset-fix:
  local_tzoffset: detect errors from tm_to_time_t
  t0006: test various date formats
  t0006: rename test-date's "show" to "relative"
t/helper/test-date.c