Try the opposite offset

This commit is contained in:
Guillaume Wuip 2015-01-02 22:17:09 +01:00
parent 13742968b9
commit 59026aa3de

View file

@ -238,7 +238,7 @@
var offset = serverOffset - localOffset;
return timestamp + offset * 60 * 1000;
return timestamp - offset * 60 * 1000;
};
/**