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. |
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. |
time_point
functions