TimeZone.php
authorleon <leon@roojs.com>
Thu, 26 Oct 2023 03:05:33 +0000 (11:05 +0800)
committerleon <leon@roojs.com>
Thu, 26 Oct 2023 03:05:33 +0000 (11:05 +0800)
TimeZone.php

index 69a3e57..da3de98 100644 (file)
@@ -76,10 +76,6 @@ class Pman_Core_TimeZone extends Pman
                 *, TIME_FORMAT(TIMEDIFF(NOW(), CONVERT_TZ(NOW(), Name, 'UTC')), '%H:%i') as timeOffset
             FROM
                 mysql.time_zone_name
-            WHERE
-                Name NOT LIKE '%/%'
-                AND
-                NAME NOT LIKE 'Etc%'
             ORDER BY
                 timeoffset DESC,
                 Name DESC