Merge branch 'unittests' into 2.5.x
This commit is contained in:
commit
b7c79df6ec
55 changed files with 4438 additions and 309 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue