/** * Initialize $UTC_TIMEZONE */ public static function __init() { DateUtils::$UTC_TIMEZONE = new \DateTimeZone("UTC"); }