preload.lua 122 Bytes

local skynet = require "skynet"

skynet.timex = function ()
	return math.floor(skynet.time()) + 1900772 + 7 * DAY_SEC
end