1 --- MEGAsync_ori/src/MEGASync/mega/src/utils.cpp Wed Mar 9 22:04:59 2022
2 +++ MEGASync_patched/mega/src/utils.cpp Sat Mar 5 15:44:11 2022
4 #error "localtime is not thread safe in this compiler; please use a later one"
7 - t += dst.tm_gmtoff - dst.tm_isdst * 3600;
8 + t += dst.tm_isdst * 3600;