timezone parser: fix offset to transition table in 64bit code path
authorrofl0r <retnyg@gmx.net>
Mon, 4 Nov 2013 15:57:51 +0000 (15:57 +0000)
committerrofl0r <retnyg@gmx.net>
Mon, 4 Nov 2013 15:59:17 +0000 (15:59 +0000)
commit75be448958f18b230f9eedf8c44dccb9b4012099
treee8d38411357f309abdec09545043f9b9f0e7dc42
parente2ed37bc15fd4cf4ff1a258e1b8a6862077c04c5
timezone parser: fix offset to transition table in 64bit code path

we need to skip to the second TZif header, which starts at
skip+44, and then skip another header (20 bytes) plus the following
6 32bit values.
src/time/__tz.c