authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-12 03:45:51 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-12 03:45:51 -07:00
logddd3541ba3514a86c3bd9425a86882f16c2a266d
treefa542b808475ab60bf6ed5117e2324d58d359030
parent73f53b34501e9f970451e360f2804cce2e50d0e9
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

that TODO was wrong


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 }
4343
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 }