cc-2682: not using pypo time
-Remove messages being sent to pypo to change its timezone -fix time conversion bug in pypo-push
This commit is contained in:
parent
61e1c56244
commit
03f8163764
3 changed files with 1 additions and 6 deletions
|
@ -264,7 +264,6 @@ class Application_Model_Preference
|
|||
Application_Model_Preference::SetValue("timezone", $timezone);
|
||||
date_default_timezone_set($timezone);
|
||||
$md = array("timezone" => $timezone);
|
||||
RabbitMq::SendMessageToPypo("update_timezone", $md);
|
||||
}
|
||||
|
||||
public static function GetTimezone(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue