wwwKaufeDichReichde
Aktives Mitglied
Hallo,
ich hab das Problem in 2 Shops das dieser Fehler kommt.
Warning: strtotime() [function.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. 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' instead in /var/www/vhosts/XXXX.de/httpdocs/classes/class.JTL- Shop.Artikel.php on line 518
Soblad ich in der class.JTL-Shop.Artikel.php diesen Teil lösche geht wieder alles 100%. Was muss hier bitte umgeschrieben werden damit das Erscheinungsdatum wieder geht ?
//datum umformatieren
$this->dErscheinungsdatum_de = date("d.m.Y", strtotime($this->dErscheinungsdatum));
$this->dErstellt_de = date("d.m.Y", strtotime($this->dErstellt));
ich hab das Problem in 2 Shops das dieser Fehler kommt.
Warning: strtotime() [function.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. 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' instead in /var/www/vhosts/XXXX.de/httpdocs/classes/class.JTL- Shop.Artikel.php on line 518
Soblad ich in der class.JTL-Shop.Artikel.php diesen Teil lösche geht wieder alles 100%. Was muss hier bitte umgeschrieben werden damit das Erscheinungsdatum wieder geht ?
//datum umformatieren
$this->dErscheinungsdatum_de = date("d.m.Y", strtotime($this->dErscheinungsdatum));
$this->dErstellt_de = date("d.m.Y", strtotime($this->dErstellt));