| author | |
| committer | |
| log | 3c9b6f8cd54b9ffa1fd4c32fd2811a7c20c04b62 |
| tree | 3af3880ee8caf9ca97b036586ed72b506a0f837e |
| parent | fdebe38fa3763fe60aab191ed3fb44bfdb9a3b6f |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/time.zig+1-1| ... | ... | @@ -56,7 +56,7 @@ pub fn timestamp() u64 { |
| 56 | 56 | return @divFloor(milliTimestamp(), ms_per_s); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | /// Get the posix timestamp, UTC, in nanoseconds | |
| 59 | /// Get the posix timestamp, UTC, in milliseconds | |
| 60 | 60 | pub const milliTimestamp = switch(builtin.os) { |
| 61 | 61 | Os.windows => milliTimestampWindows, |
| 62 | 62 | Os.linux => milliTimestampPosix, |