tomlz icon indicating copy to clipboard operation
tomlz copied to clipboard

Consider conditional support for a datetime library

Open mattyhall opened this issue 2 years ago • 0 comments

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.

mattyhall avatar Nov 15 '22 21:11 mattyhall