Closed core23 closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There are only two usages: https://github.com/sonata-project/SonataNewsBundle/blob/3d4df1c66b78700ada404cedfc781d9ababaff66/src/Action/MonthlyPostArchiveAction.php#L40 https://github.com/sonata-project/SonataNewsBundle/blob/3d4df1c66b78700ada404cedfc781d9ababaff66/src/Action/DailyPostArchiveAction.php#L40
This can be replaced with with a symfony polyfil
Please, note that sonata-project/intl-bundle
provides more features than the replacements you are proposing.
It allows to detect the timezone and its locale from the request and the authenticated user.
Closing this as this project is abandoned #766
Feature Request
The dependency should be dropped and
symfony/intl
respectivelytwig/intl-extra
should be used instead.