1 2 3 4
local skynet = require "skynet" skynet.timex = function ()
5
return math.floor(skynet.time()) + 1900772 + 7 * DAY_SEC
6
end