Skip to content

daurnimator/luatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdbbf89 · Dec 9, 2017
Dec 9, 2017
Dec 6, 2017
Dec 6, 2017
Dec 9, 2017
Oct 21, 2015
Dec 6, 2017
Nov 4, 2015
Oct 21, 2015
Jan 22, 2016
Dec 6, 2017
Dec 9, 2017
Dec 6, 2017
Dec 9, 2017

Repository files navigation

luatz

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

Build Status Coverage Status

Supported under Lua 5.1, 5.2, 5.3 and LuaJIT.

Documentation

Documentation can be found in the doc sub-directory.

An online version can be found at https://daurnimator.github.io/luatz/

Installation

luarocks install luatz