CC-1942: Add ability to set timezone in preferences

-change timezone in python
This commit is contained in:
martin 2011-08-12 15:36:00 -04:00
parent 84ec62eeca
commit b538f1cc82
6 changed files with 69 additions and 29 deletions

View file

@ -4,6 +4,9 @@ class RabbitMqPlugin extends Zend_Controller_Plugin_Abstract
{
public function dispatchLoopShutdown()
{
RabbitMq::PushScheduleFinal();
if (RabbitMq::$doPush) {
$md = array('schedule' => Schedule::GetScheduledPlaylists());
RabbitMq::SendMessageToPypo("update_schedule", $md);
}
}
}