authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:32:35 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:32:35 -07:00
log25165db8e626434ab6eae2cff64ba5e72e4fa062
tree23f9b5be6727f1d8ef4d6f90b933b2ca6ea78b9a
parentb9a93152af3ba73e5f681f73a67f0d676e2ad433

ziginfra README sync


1 files changed, 4 insertions(+), 0 deletions(-)

README.md+4
...@@ -1,6 +1,10 @@...@@ -1,6 +1,10 @@
1# zig-time1# zig-time
2
2![loc](https://sloc.xyz/github/nektro/zig-time)3![loc](https://sloc.xyz/github/nektro/zig-time)
3[![license](https://img.shields.io/github/license/nektro/zig-time.svg)](https://github.com/nektro/zig-time/blob/master/LICENSE)4[![license](https://img.shields.io/github/license/nektro/zig-time.svg)](https://github.com/nektro/zig-time/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
48
5Exposes a `DateTime` structure that can be initialized and acted upon using various methods. All public methods return a new structure.9Exposes a `DateTime` structure that can be initialized and acted upon using various methods. All public methods return a new structure.
610