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'