HOTFIX: Fix the ICS generator (again) #7

Merged
ben merged 2 commits from :master into master 2020-07-03 02:53:29 +00:00

2 Commits

Author SHA1 Message Date
Robert Miles e22a43f8a4 Merge branch 'master' into master
continuous-integration/drone/pr Build encountered an error Details
2020-07-02 22:52:48 -04:00
Robert Miles 99961cfa55 HOTFIX: Fix the ICS generator (again)
continuous-integration/drone/pr Build encountered an error Details
I overestimated how much was in common between the two files. ics.php had its
own formatdate function, which it no longer does (thanks ben (/s)).

Reimplement ics.php's former formatdate function as ics_formatdate, and use
it instead of formatdate to format the dates in the ICS output.
2020-07-02 22:48:06 -04:00