[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luatz 0.1
- From: Daurnimator <quae@...>
- Date: Sun, 24 Nov 2013 12:19:47 +0100
I'm happy to announce the first release of luatz: 0.1.
It's a pure-lua library to work with dates and times
Interesting features:
- provides a `os.date` compatible class "timetable"
- timezone conversion
- rfc3339 parsing
Hoping I can get it into the luarocks main repository.
Currently hosted on github (along with documentation and example):
https://github.com/daurnimator/luatz
Rockspec: https://raw.github.com/daurnimator/luatz/v0.1/luatz-0.1-0.rockspec
Source download: https://github.com/daurnimator/luatz/archive/v0.1.tar.gz
Side note: I'm at the lua workshop today and am happy to accept
feedback in person :)
Daurnimator