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 脚本来连接到数据库,以执行一些应该在用户午夜发生的“夜间重置”。
我知道用户所在的时区,但是不知道如何计算当前午夜的时区。
所以我可以运行类似 ...WHERE timezone='-6' 等的查询...