Exemplo n.º 1
0
 public static function get_server_timezone()
 {
     if (self::$server_timezone == null) {
         self::$server_timezone = new DateTimeZone(date_default_timezone_get());
     }
     return self::$server_timezone;
 }