📜  检查 mysql 时区 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:59.854000             🧑  作者: Mango

代码示例1
#The query below returns the timezone of the current session.

select timediff(now(),convert_tz(now(),@@session.time_zone,'+00:00'));