mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Problem in header field: "last mod file date". tm_sec = tm_min = tm_hour = tm_mday = tm_mon = tm_year = 0; is considered as 0 Jan 1980 (0x00200000 in file) default value of tm_mon should be -1 (zip64local_TmzDateToDosDate tm_mon+1)