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
The PHP functions strftime and gmstrftime were deprecated starting from PHP 8.1 and will be removed in the next major version, we should consider replacing them with alternatives without changing the behavior.
The PHP functions
strftime
andgmstrftime
were deprecated starting from PHP 8.1 and will be removed in the next major version, we should consider replacing them with alternatives without changing the behavior.Ref: https://php.watch/versions/8.1/strftime-gmstrftime-deprecated
The text was updated successfully, but these errors were encountered: