Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use DateTimeImmutable for concert date/time. | Harald Eilertsen | 2023-01-28 | 1 | -9/+2 |
| | |||||
* | Clean up phpcs warnings in ical handler code. | Harald Eilertsen | 2023-01-28 | 1 | -42/+30 |
| | | | | | One warning remains, for using the locale dependent `date` function. Leaving this as I'm looking to redo the date formatting stuff anyways. | ||||
* | Change ical export handler to a function. | Harald Eilertsen | 2023-01-22 | 1 | -0/+96 |
A class with one static function does not need to be a class in any case. Also renames the function to be a bit more descriptive. |