bugfix: time rewind

This commit is contained in:
xjdrew
2014-06-25 00:43:21 +08:00
parent f849c522bb
commit 1cbe639186
2 changed files with 32 additions and 24 deletions

5
test/time.lua Normal file
View File

@@ -0,0 +1,5 @@
local skynet = require "skynet"
skynet.start(function()
print(skynet.starttime())
print(skynet.now())
end)