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.
我使用 php 设置站点的当前时区:
date_default_timezone_set('America/New_York');
我如何同时为 mysql 设置相同的时区,以便当我使用 NOW() 时它使用 php 中设置的时区?
不。
最佳做法是存储UTC在数据库中。
UTC
您可以使用更改您的 Mysql 时区SET time_zone = timezone;
SET time_zone = timezone;
http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html