mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-30 02:22:10 +00:00
minizip documentation describes tm_mon as expecting the number of months
since January - [0, 11], but the month returned by OS.get_date() is in
the range of [1, 12].
(cherry picked from commit 5fe902244a)