diff --git a/time.zig b/time.zig index a080f8db9aa656d96b09e5360149dae28473a612..a2453766ff0d844e3b97d01e7e6c2c43e2131075 100644 --- a/time.zig +++ b/time.zig @@ -41,6 +41,7 @@ pub const DateTime = struct { .addMs(ms); } + // TODO parse /etc/localtime and get the local offset (https://datatracker.ietf.org/doc/html/rfc8536) pub fn now() DateTime { return initUnixMs(@intCast(milliTimestamp())); }