authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 04:27:44 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 04:27:44 -07:00
log3fa0282bd5a5e26a5b11c24f6c974e0fd2482154
tree646240021b1778dcbb4efd48910670523c726d93
parent4048e8b17ade544b6afc4c85a0503ab7e2e068f4

add T and W as ignored characters for the format string


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

time.zig+2
...@@ -264,6 +264,8 @@ pub const DateTime = struct {...@@ -264,6 +264,8 @@ pub const DateTime = struct {
264 ':',264 ':',
265 '-',265 '-',
266 '.',266 '.',
267 'T',
268 'W',
267 => {269 => {
268 try writer.writeAll(&.{c});270 try writer.writeAll(&.{c});
269 s = i + 1;271 s = i + 1;