No description
  • Zig 99.7%
  • JavaScript 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
geemili ad15fd208b
update to Zig 0.16.0
This commit does not try to integrate well with 0.16.0, just to get the
code compiling for Zig 0.16.0.
2026-04-24 13:35:26 -06:00
docs update to zig 0.14 2025-06-04 19:40:21 -06:00
examples update to Zig 0.16.0 2026-04-24 13:35:26 -06:00
src update to Zig 0.16.0 2026-04-24 13:35:26 -06:00
.gitignore update to zig 0.14 2025-06-04 19:40:21 -06:00
build.zig add option to disable llvm backend 2025-06-08 15:36:51 -06:00
build.zig.zon update to Zig 0.16.0 2026-04-24 13:35:26 -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.