lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


All,

 

Date 2.1.1 has been released. It supersedes earlier versions of both `date` and `luadate` modules.

 

Date is a pure Lua Date & Time module for Lua 5.x featuring date and Time string parsing, time addition & subtraction, time span calculation, support for ISO 8601 Dates, local time support, strftime-like formatting.

 

This release contains a bugfix for the `>=` operator, and a license update (‘public domain’ to ‘MIT’). In the background the module now has a test suite (can be run using busted), and its github repo has been hooked up to the Travis CI.

 

Homepage: https://github.com/Tieske/date

Also available as a rock; `luarocks install date`

 

Thijs