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 {
264264 ':',
265265 '-',
266266 '.',
267 'T',
268 'W',
267269 => {
268270 try writer.writeAll(&.{c});
269271 s = i + 1;