timezone

Errore Warning: strtotime(): It is not safe to rely on the system’s timezone settings.

Dopo aver aggiornato PHP ti ritrovi sul sito questi errori? Warning: strtotime(): 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. La soluzione รจ semplice occorre definire prima della richiesta di DATE() il nostro fuso orario: per l’italia e l’europa centrale, […]

More