Skip to content

Use PHP-intl instead of strftime.

Thomas requested to merge intl into v1.1.x

This removes the requirement of having locales installed on the server for all languages. Also strftime is depreciated in PHP 8.1.

Merge request reports