← Back to team overview

phpdevshell team mailing list archive

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

 

Public bug reported:

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");

** Affects: phpdevshell
     Importance: High
     Assignee: TitanKing (titan-phpdevshell)
         Status: New

** Changed in: phpdevshell
   Importance: Undecided => High

** Changed in: phpdevshell
     Assignee: (unassigned) => TitanKing (titan-phpdevshell)

-- 
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.:
  New

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");



Follow ups

References