User Tools

Site Tools


lua:gettime

Returns the current system time in seconds. Similar to calling os.time() with no argument, but also gives milliseconds.

say(os.time()) 
say(gettime())
You say '1420731923'
You say '1420731923.3929'
lua/gettime.txt · Last modified: 2015/01/08 15:46 by vodur