← Back to team overview

phpdevshell team mailing list archive

[Bug 761621] Re: date(): It is not safe to rely on the system's timezone settings

 

** Changed in: phpdevshell
       Status: New => Triaged

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/761621

Title:
  date(): It is not safe to rely on the system's timezone settings

Status in Open Source PHP RAD Framework with UI.:
  Triaged

Bug description:
  date(): 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

  
  The error occurred in file /var/www/SITES/htv-patients/html-20110407/includes/PHPDS_errorHandler.class.php at line 134

  $errMsg .= ' | ' . date("Y-m-d H:i:s");


References