Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚在哪里可以获得与 mysql 中的当前时间戳相关联的“CST”或“PST”等值。我正在寻找使用convert_tz并且我想转换为数据库设置的任何内容(它将根据夏令时而改变)。必须有一个简单的方法来获取这个字符串,但我没有看到它。
convert_tz
SELECT VARIABLE_VALUE FROM information_schema.GLOBAL_VARIABLES WHERE VARIABLE_NAME='TIME_ZONE'
我的设置说 SYSTEM 我认为这意味着它正在使用操作系统的时区。