CC-5594 : Remove all date_default_timezone_get()
never rely on this method.
This commit is contained in:
parent
ec6a991090
commit
061897a58b
1 changed files with 0 additions and 2 deletions
|
@ -539,8 +539,6 @@ class Application_Model_Preference
|
|||
public static function SetDefaultTimezone($timezone)
|
||||
{
|
||||
self::setValue("timezone", $timezone);
|
||||
//TODO check this if setting value failes.
|
||||
date_default_timezone_set($timezone);
|
||||
}
|
||||
|
||||
// Returns station default timezone (from preferences)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue