A Drupal 8 cal configurar el date.timezone al ser un stàndard estricte de PHP, i quan instal·les un nou Drupal 8 et pot apareixer l'error:
Strict Standards: DateTime::createFromFormat(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST'
Jo el solvente creant un fitxer .user.ini a l'arrel del projecte, especificant aquest paràmetre.
$ ls .user.ini
.user.ini
$ cat .user.ini
date.timezone = Europe/Madrid
I amb això ja està solventat.