From f61bccceb4dcd8bac9a4aead7671b89751f8c15d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 11 Jul 2026 23:46:30 -0700 Subject: [PATCH] add a todo now that 3051fe1421fc4e01caba7ac0b8ccdf8776a93441 happened --- time.zig | 1 + 1 file changed, 1 insertion(+) 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())); } -- 2.54.0