I configured my timezone to Europe/Paris in php.ini. When executing date_default_timezone_get() I do get the correct value.
date_default_timezone_get()
Then, I expect strftime(\'
strftime(\'
I tried:
setlocale(LC_ALL, 'fr_utf8'); echo strftime("%d %B %Y", time());
and got:
16 novembre 2018