Ejemplo n.º 1
0
 /**
  * Initialize $UTC_TIMEZONE
  */
 public static function __init()
 {
     DateUtils::$UTC_TIMEZONE = new \DateTimeZone("UTC");
 }