ソースを参照

Remove depricated timezones.

Raphael Schneeberger 7 年 前
コミット
a66991f91d
1 ファイル変更0 行追加4 行削除
  1. 0 4
      web/inc/main.php

+ 0 - 4
web/inc/main.php

@@ -316,10 +316,6 @@ function send_email($to,$subject,$mailtext,$from) {
 }
 }
 
 
 function list_timezones() {
 function list_timezones() {
-    $tz = new DateTimeZone('HAST');
-    $timezone_offsets['HAST'] = $tz->getOffset(new DateTime);
-    $tz = new DateTimeZone('HADT');
-    $timezone_offsets['HADT'] = $tz->getOffset(new DateTime);
     $tz = new DateTimeZone('AKST');
     $tz = new DateTimeZone('AKST');
     $timezone_offsets['AKST'] = $tz->getOffset(new DateTime);
     $timezone_offsets['AKST'] = $tz->getOffset(new DateTime);
     $tz = new DateTimeZone('AKDT');
     $tz = new DateTimeZone('AKDT');