std.time Time and clock utilities. Functions now() -> Int Returns the current system clock value (implementation-defined unit, typically milliseconds or microseconds). Examples load std.time let t = time.now()