Merge branch 'unittests' into 2.5.x

This commit is contained in:
drigato 2014-01-31 15:02:41 -05:00
commit b7c79df6ec
55 changed files with 4438 additions and 309 deletions

View file

@ -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"));
}