For the latest stable version, please use Emilua API 0.10! |
time.system_clock
local clock = require('time').system_clock
local timepoint = clock.now()
The system-wide real time wall clock. It uses the UNIX epoch.
On most systems, the system time can be adjusted at any moment. |