Strftime deprecated as of PHP 8.1.0 - Translated month and day names

In the PHP docs it says:

Warning: This function has been DEPRECATED as of PHP 8.1.0. Relying on this function is highly discouraged.

Is there a (new) other way of using language specific date handler in Kirby?
In the Kirby docs it still says to set 'date.handler' => 'strftime', if you need translated month and day names.

Kirby doesn’t fully support PHP 8.1 yet:

2 Likes