tomlz
tomlz copied to clipboard
Consider conditional support for a datetime library
Zig's standard library is currently missing datetime support. There are third party effors such as zig-datetime that have popped up and might be worth supporting. I think we should only add support for datetimes using one of these libraries if we can do it conditionally at compile time. I believe we could use build flags for this but I've never used them in anger.