For the latest stable version, please use Emilua API 0.10! |
filesystem.clock
local clock = require('filesystem').clock
A clock to represent file time. Its epoch is unspecified.
Functions
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. |