-timezone now correct on now playing bar

This commit is contained in:
mkonecny 2011-01-31 11:47:52 -05:00
parent 24da57ae4f
commit 42490d53aa
3 changed files with 5 additions and 2 deletions

View file

@ -474,7 +474,8 @@ class Schedule {
$timeNow = Schedule::GetSchedulerTime();
return array("schedulerTime"=>$timeNow,"previous"=>Schedule::GetPreviousItems($timeNow),
"current"=>Schedule::GetCurrentlyPlaying($timeNow),
"next"=>Schedule::GetNextItems($timeNow));
"next"=>Schedule::GetNextItems($timeNow),
"timezone"=> date("T"));
}
public static function GetPreviousItems($timeNow, $prevCount = 1){