Commit 20a479b85d80f8c795056909aa5dac71e8c5b855

Authored by liuzujun
1 parent efbffc55

去除preLoad时间偏移

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -2,5 +2,5 @@ @@ -2,5 +2,5 @@
2 local skynet = require "skynet" 2 local skynet = require "skynet"
3 3
4 skynet.timex = function () 4 skynet.timex = function ()
5 - return math.floor(skynet.time()) + 1900772 + 7 * DAY_SEC 5 + return math.floor(skynet.time())
6 end 6 end
7 \ No newline at end of file 7 \ No newline at end of file