CC-1665: Scheduled stream rebroadcasting and recording
-Fix scheduled streams mixed with scheduled files
This commit is contained in:
parent
ccdc06786d
commit
eb4c23b0b6
9 changed files with 29 additions and 22 deletions
|
@ -48,8 +48,8 @@ class Application_Model_Webstream{
|
|||
|
||||
$webstream->setDbLength($dblength);
|
||||
$webstream->setDbLogin($userInfo->id);
|
||||
$webstream->setDbUtime(new DateTime());
|
||||
$webstream->setDbMtime(new DateTime());
|
||||
$webstream->setDbUtime(new DateTime($timezone = new DateTimeZone('UTC')));
|
||||
$webstream->setDbMtime(new DateTime($timezone = new DateTimeZone('UTC')));
|
||||
$webstream->save();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue