./time/lua-tz, Lua library for time and date manipulation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1, Package name: lua54-tz-0.4.1, Maintainer: nia

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


Required to run:
[lang/lua54]

Master sites:

Filesize: 18.845 KB

Version history: (Expand)


CVS history: (Expand)


   2022-02-19 21:47:21 by Nia Alarie | Files touched by this commit (2)
Log message:
lua: Use LUA_USE_BUSTED
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2020-07-08 18:40:55 by Nia Alarie | Files touched by this commit (1)
Log message:
lua-tz: Support for testing
   2020-07-08 13:13:40 by Nia Alarie | Files touched by this commit (4)
Log message:
time: Add lua-tz

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