X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/29b44c19819e52a2489860e5636d72c7a41eda36..58d2eb3e4e2c2bd04d6dd67a80a6b2d32e0ef027:/src/svn.cpp diff --git a/src/svn.cpp b/src/svn.cpp index 3f06af7..489ef14 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -349,7 +349,7 @@ time_t get_epoch(char *svn_date) memset(&tm, 0, sizeof tm); QByteArray date(svn_date, strlen(svn_date) - 8); strptime(date, "%Y-%m-%dT%H:%M:%S", &tm); - return mktime(&tm); + return timegm(&tm); } class SvnRevision