| author | |
| committer | |
| log | a39ddbc99d4a54f9748bb3692dd6aa2490da658f |
| tree | 67bffceb6f70b508bf1e8959685ea57a581acfb8 |
| parent | 47337055a7bdc2ef03698fb147b59a1dcc473cee |
likely working since aff2df866eb16ad781e26a25f8b664d498e2211a1 files changed, 3 insertions(+), 0 deletions(-)
main.zig+3| ... | ... | @@ -120,4 +120,7 @@ comptime { |
| 120 | 120 | .{ "x", "1144509852789" }, |
| 121 | 121 | .{ "X", "1144509852" }, |
| 122 | 122 | }); |
| 123 | ||
| 124 | // https://github.com/nektro/zig-time/issues/3 | |
| 125 | harness(1144509852789, &.{.{ "YYYYMM", "200604" }}); | |
| 123 | 126 | } |