You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads-up - looks like IntlDateFormatter::format is the recommended new way. Would you be interested in submitting a PR to use it instead of strftime? 🙏
I used strftime originally because DateTime::format is not locale-dependent. But I did not notice there's IntlDateFormatter instead.
[email protected] shows the function strftime() is deprecated. When attempting to generate, causes errors.
Will look into the simplest way to ensure future compatibility.
The text was updated successfully, but these errors were encountered: