TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 09:02:15 +0000 (17:02 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 09:02:15 +0000 (17:02 +0800)
TimeZone.php

index 5915bba..123d8eb 100644 (file)
@@ -118,15 +118,5 @@ class Pman_Core_TimeZone extends Pman
         return $ar[1] . ' (GMT ' . self::$offsets[$timezone] . ')';
     }
 
-    static function getFloatOffset($timezone)
-    {
-        self::getOffsets();
-
-        // invalid timezone
-        if(!isset(self::$offsets[$timezone])) {
-            return 0.0;
-        }
-    }
-
     
 }
\ No newline at end of file