From: leon Date: Thu, 26 Oct 2023 03:05:33 +0000 (+0800) Subject: TimeZone.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a877476acb1b5ba986a01a78df28fd0235df996f;p=Pman.Core TimeZone.php --- diff --git a/TimeZone.php b/TimeZone.php index 69a3e571..da3de981 100644 --- a/TimeZone.php +++ b/TimeZone.php @@ -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