forked from mirrors/Scribe.js
Try the opposite offset
This commit is contained in:
parent
13742968b9
commit
59026aa3de
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@
|
||||||
|
|
||||||
var offset = serverOffset - localOffset;
|
var offset = serverOffset - localOffset;
|
||||||
|
|
||||||
return timestamp + offset * 60 * 1000;
|
return timestamp - offset * 60 * 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue