| author | |
| committer | |
| log | ddd3541ba3514a86c3bd9425a86882f16c2a266d |
| tree | fa542b808475ab60bf6ed5117e2324d58d359030 |
| parent | 73f53b34501e9f970451e360f2804cce2e50d0e9 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
time.zig-1| ... | @@ -41,7 +41,6 @@ pub const DateTime = struct { | ... | @@ -41,7 +41,6 @@ pub const DateTime = struct { |
| 41 | .addMs(ms); | 41 | .addMs(ms); |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | // TODO parse /etc/localtime and get the local offset (https://datatracker.ietf.org/doc/html/rfc8536) | ||
| 45 | pub fn now() DateTime { | 44 | pub fn now() DateTime { |
| 46 | return initUnixMs(@intCast(milliTimestamp())); | 45 | return initUnixMs(@intCast(milliTimestamp())); |
| 47 | } | 46 | } |