authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-11 23:46:30 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-11 23:46:30 -07:00
logf61bccceb4dcd8bac9a4aead7671b89751f8c15d
treedfe2d8227a49f21359fcf00a532ab08c05e0170d
parent3051fe1421fc4e01caba7ac0b8ccdf8776a93441
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

add a todo now that 3051fe1421fc4e01caba7ac0b8ccdf8776a93441 happened


1 files changed, 1 insertions(+), 0 deletions(-)

time.zig+1
......@@ -41,6 +41,7 @@ pub const DateTime = struct {
4141 .addMs(ms);
4242 }
4343
44 // TODO parse /etc/localtime and get the local offset (https://datatracker.ietf.org/doc/html/rfc8536)
4445 pub fn now() DateTime {
4546 return initUnixMs(@intCast(milliTimestamp()));
4647 }