X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8ff4a70fee29539aa3ad753ddb16344e62109233..a4c0fe0485baffa8c2e07a070b21e2d9972ab818:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 7fa15ab..806c65f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,26 @@ This is a lua library for time and date manipulation. -Importantly, it allows you to convert time between locations (time zones). +Features include: + - Normalisation of broken down date objects + - Conversion between locations (time zones) using your local [zoneinfo](https://www.iana.org/time-zones) database. + - `stftime` formatting -Documentation can be found in the `doc` sub-directory. [![Build Status](https://travis-ci.org/daurnimator/luatz.png)](https://travis-ci.org/daurnimator/luatz) + +Supported under Lua 5.1, 5.2, 5.3 and LuaJIT. + + +## Usage + +Documentation can be found in the `doc` sub-directory. + + +## Installation + +### via [luarocks](http://luarocks.org/) + + luarocks install luatz + +[MoonRocks link](https://rocks.moonscript.org/modules/daurnimator/luatz) +