Commit 3193fe8e8963919abf8ebcd921b76515043cdb25

Authored by liuzujun
1 parent 62f79d6c

重置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()) + 5 * 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