From ddd3541ba3514a86c3bd9425a86882f16c2a266d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 12 Jul 2026 03:45:51 -0700 Subject: [PATCH] that TODO was wrong --- time.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/time.zig b/time.zig index b92dc42aaf297f6ba9dc6da4f5d3aace54faaf67..2a91855862d98e4c77422704f669233a92652bff 100644 --- a/time.zig +++ b/time.zig @@ -41,7 +41,6 @@ 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