--- MEGAsync-4.9.5.0_Linux/src/MEGASync/mega/src/utils.cpp.orig +++ MEGAsync-4.9.5.0_Linux/src/MEGASync/mega/src/utils.cpp @@ -1992,7 +1992,7 @@ #error "localtime is not thread safe in this compiler; please use a later one" #else //POSIX t = mktime(&dst); - t += dst.tm_gmtoff - dst.tm_isdst * 3600; + t += dst.tm_isdst * 3600; #endif return t; }