fix timezone parser code crashing on 64bit sys
if sizeof(time_t) == 8, this code path was missing the correct offset into the zoneinfo file, using the header magic to do offset calculations. the 6 32bit fields to be read start at offset 20.
Showing
想要评论请 注册 或 登录