Let parse_header_time() look for two-digit years first
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Sep 2011 11:33:06 +0000 (11:33 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Sep 2011 11:33:06 +0000 (11:33 +0000)
commit22ab3219f632f2dc4c4323ee6daca13ff3ac19b6
tree12cf67a25e09db9d62e5f28d7214419efb15c028
parente59766778d6b05c1bffb89f18cefa888a8f5ff40
Let parse_header_time() look for two-digit years first

Should work around GNU libc's strptime() reporting negative
years when parsing a two-digit year with %Y.

Reported by Väinö in #3403560
parsers.c