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(\'
after setting the timezone to Europe/Paris, Use echo date('d-M-Y') and it will display your desired time. it worked for me