mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
6 lines
200 B
SQL
6 lines
200 B
SQL
-- MySQL datetime type does not have timezone support.
|
|
-- The Go code fix (serverPushStatusLogic.go, serverPushUserTrafficLogic.go)
|
|
-- removing .UTC() is sufficient for MySQL environments.
|
|
SELECT 1;
|
|
|