Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make time zone for slugs configurable #66

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. Make time zone for slugs configurable

    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
    d-s-codappix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6b17b82 View commit details
    Browse the repository at this point in the history