Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2010 at 09:53 UTC
Updated:
14 Feb 2010 at 13:07 UTC
After upgrading to php 5.3.1 I get error as below on admin/config/regional/settings
Warning: date_create(): 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 'CET/1.0/no DST' instead in format_date() (line 2322 of /var/www/drupal7/includes/common.inc).
Comments
Comment #1
amc commentedIt's a PHP 5.3 issue covered in #348448: Always report E_STRICT errors. Marking as duplicate.