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:
martin 2011-08-15 16:34:22 -04:00
parent 61e1c56244
commit 03f8163764
3 changed files with 1 additions and 6 deletions

View file

@ -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(){