summaryrefslogtreecommitdiff
path: root/time/lua-tz/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-02-19lua: Use LUA_USE_BUSTEDnia1-6/+4
2020-07-08lua-tz: Support for testingnia1-1/+6
2020-07-08time: Add lua-tznia1-0/+26
A lua library for time and date manipulation. Features include: - Normalisation of broken down date objects - allows for complex time/date manipulation logic, e.g. "What day is it in 2 days, 5 hours from now?" - Conversion between locations (time zones) using your local zoneinfo database. - `strftime` style formatting