summaryrefslogtreecommitdiff
path: root/time/lua-date
AgeCommit message (Collapse)AuthorFilesLines
2022-02-19lua: Use LUA_USE_BUSTEDnia1-5/+3
2021-12-10lua-date: update to 2.2nia2-6/+6
v2.2 add 'centuryflip' to set 2 digit year interpretation
2021-10-26time: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07time: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-09lua-date: Update to 2.1.3nia2-8/+9
- v2.1.3 fix rockspec for Lua 5.4
2020-07-08lua-date: Support for testingnia1-1/+6
2020-07-08time: Add lua-datenia4-0/+45
Date and Time module for Lua 5.x. Features: * Date and Time string parsing. * Time addition and subtraction. * Time span calculation. * Support ISO 8601 Dates. * Local time support. * Lua module (not binary). * Formats Date and Time like strftime.