Fixed a bug in Application_Model_SetShowsPopulatedUntil
This commit is contained in:
parent
3826a88d1f
commit
52c3971fc6
|
@ -221,6 +221,7 @@ class Application_Model_Preference
|
|||
*/
|
||||
public static function SetShowsPopulatedUntil($dateTime)
|
||||
{
|
||||
$dateTime->setTimezone(new DateTimeZone("UTC"));
|
||||
self::setValue("shows_populated_until", $dateTime->format("Y-m-d H:i:s"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue