authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-08-08 05:11:04-07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-08-08 05:11:04-07:00
logd4aa3de28337219787be1af5049f0dc977ac197b
tree346d1c90f71e0c0eb0e4dbcd7227494d28f5b5c4
parentec132c98b5a5105bc81d1b315d044c4d7f455f84
signature Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

remove this legacy TimeZone decl


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

time.zig-8
......@@ -471,14 +471,6 @@ pub const format = struct {
471471 pub const llll = "ddd, " ++ lll;
472472};
473473
474pub const TimeZone = enum {
475 UTC,
476
477 pub fn jsonStringify(self: @This(), json_stream: anytype) !void {
478 try json_stream.write(@tagName(self));
479 }
480};
481
482474pub const WeekDay = enum {
483475 Sun,
484476 Mon,