authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 04:29:36 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 04:29:36 -07:00
log167f01c008b3b6f5563867c7be135bd1c3a7d4e9
tree7c7c7c53015faf707a348c0227a4e9c08b496808
parent8b7cc7151c736428f7d2029662ae1a22bc79473a

add initial README


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

README.md created+9
...@@ -0,0 +1,9 @@
1# zig-time
2
3Exposes a `DateTime` structure that can be initialized and acted upon using various methods. All public methods return a new structure.
4
5Currently handles dates and times based on the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) in adherence to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
6
7Does not currently handle leap seconds.
8
9See the `FormatSeq` structure for display information on what to pass as a `fmt` string.