-timezone now correct on now playing bar
This commit is contained in:
parent
24da57ae4f
commit
42490d53aa
3 changed files with 5 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue