blob: 251aff34c8f7ed09c9b7e2be327f838921eb73d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|