|
For the latest stable version, please use Emilua API 0.11! |
filesystem.clock
local clock = require('filesystem').clock
A clock to represent file time. Its epoch is unspecified.
time_point functions
add(self, secs: number)
Modifies the time point by the given duration.
| When the duration is converted to the native tick representation of the clock, it’ll be rounded to the nearest time point rounding to even in halfway cases. |