nandisomnath/chrono-zig
The chrono library for zig
refs
Chrono aims to provide all functionality needed to do correct operations on dates and times in the proleptic Gregorian calendar:
DateTime
type is timezone-aware
by default, with separate timezone-naive types.Option
or MappedLocalTime
strftime
inspired date and time formatting syntax.Local
timezone works with the current timezone of the OS.Timezone data is not shipped with chrono by default to limit binary sizes. Use the companion crate
Chrono-TZ or tzfile
for
full timezone support.
Experimental
, Documentation is not fully prepared.
deprecated
functions are no longer maintained.The Minimum Supported Zig Version is currently Zig 0.14.0.
This project is licensed under
This project is a port of the rust version of
Chrono
.
If the rust version have any bug that can have in this project.