events/Documentation
Daniel Siepmann (Codappix) 17fae724df
Make time zone for slugs configurable (#66)
Slugs of dates are generated during import.
This might lead to confusion if the time zone differs from frontend.
Therefore the time zone is now configurable to allow adjustments for the
actual website.

A new interface `TimeZoneProviderInterface` is provided which can be re
configured to a different implementation.

The default implementation will use TYPO3s `SYS.phpTimeZone` setting,
with fall back to `date_default_timezone_get()` call.
That way it should be useful for most systems out of the box.

Resolves: #11345
2024-09-10 14:32:23 +02:00
..
Changelog Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00
Features Add Social Media Tags by default. (#50) 2023-11-30 11:55:32 +01:00
Changelog.rst Add proper Changelog to documentation from now on 2021-12-08 09:06:57 +01:00
Commands.rst Add proper image handling during import (#22) 2023-06-12 11:07:52 +02:00
Features.rst Respect new upcoming feature when calculating TTL of page cache (#17) 2023-05-23 11:46:18 +02:00
genindex.rst Adjust documentation (#19) 2023-05-23 11:51:16 +02:00
Index.rst BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
Settings.cfg Adjust documentation (#19) 2023-05-23 11:51:16 +02:00
Settings.rst Adjust documentation (#19) 2023-05-23 11:51:16 +02:00
Sitemap.rst Adjust documentation (#19) 2023-05-23 11:51:16 +02:00