No description
  • Zig 99.7%
  • JavaScript 0.3%
Find a file
2024-04-24 13:48:05 -06:00
examples Use region to get more specific IANA identifier 2023-12-13 01:11:23 -07:00
src feat: add date.rfc339StringFromUnixTimestamp 2024-04-24 13:48:05 -06:00
.gitignore Add print-local-datetime example 2023-12-04 21:29:59 -07:00
build.zig feat: update to zig 0.12.0 2024-04-24 13:21:01 -06:00
build.zig.zon feat: add build.zig.zon 2024-04-24 13:25:12 -06:00
LICENSE Add MIT License 2022-01-29 13:51:22 -07:00
README.md Add comment about development location 2023-12-04 21:43:41 -07:00

Zig Chrono

This originally was a Zig port of the Rust crate chrono. It now uses Howard Hinnant's chrono compatible date algorithms.

  • Requires Zig 0.11.0

You can find the git repository at https://codeberg.org/geemili/chrono-zig.