1
0
Fork 0
zar/deps/time/docs/README.md

14 lines
535 B
Markdown
Raw Permalink Normal View History

2021-12-21 12:40:58 +00:00
# time
Time library for the zig programming language (ziglang).
In my opinion, the go programming language offers a very elegant api for dealing with time.
This library ports the [go standard library time package](). It is not 100% `1:1` mapping
with the go counterpart but offers majority of what you might need for your time needs.
# Locations and timezones
A time library isn't complete with timezone. This library supports timezone. I comes with
a parser implementation for reading timezone info from all supported platforms.