| author | |
| committer | |
| log | d4aa3de28337219787be1af5049f0dc977ac197b |
| tree | 346d1c90f71e0c0eb0e4dbcd7227494d28f5b5c4 |
| parent | ec132c98b5a5105bc81d1b315d044c4d7f455f84 |
| signature | Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw |
1 files changed, 0 insertions(+), 8 deletions(-)
time.zig-8| ... | @@ -471,14 +471,6 @@ pub const format = struct { | ... | @@ -471,14 +471,6 @@ pub const format = struct { |
| 471 | pub const llll = "ddd, " ++ lll; | 471 | pub const llll = "ddd, " ++ lll; |
| 472 | }; | 472 | }; |
| 473 | 473 | ||
| 474 | pub 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 | |||
| 482 | pub const WeekDay = enum { | 474 | pub const WeekDay = enum { |
| 483 | Sun, | 475 | Sun, |
| 484 | Mon, | 476 | Mon, |