https://github.com/fjebaker/chrono-zig
Fork of https://codeberg.org/geemili/chrono-zig
https://github.com/fjebaker/chrono-zig
Last synced: about 1 year ago
JSON representation
Fork of https://codeberg.org/geemili/chrono-zig
- Host: GitHub
- URL: https://github.com/fjebaker/chrono-zig
- Owner: fjebaker
- License: mit
- Created: 2024-02-29T00:52:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T17:00:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T01:06:58.371Z (about 1 year ago)
- Language: Zig
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig Chrono
Original at the bottom of this README.
This fork adds a handful of commits so that `chrono` can be used in up-to-date versions of Zig.
---
# Zig Chrono
This originally was a Zig port of the Rust crate [`chrono`][]. It now uses [Howard Hinnant's `chrono`
compatible date algorithms][date_algorithms].
- Requires Zig `0.11.0`
[`chrono`]: https://github.com/chronotope/chrono
[date_algorithms]: https://howardhinnant.github.io/date_algorithms.html
You can find the git repository at .