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.
可能重复: 如何根据 ip 确定位置
是否有一个 PHP 函数可以返回时间和日期,无论访客来自哪里。
它是否能够识别访客来自哪里并获取时间和日期?
php(服务器端)无法知道客户端的时区。此信息可用于 javascript 等客户端技术。
这可以帮助你:https ://bitbucket.org/pellepim/jstimezonedetect
它将客户端的时间和时区存储在一个 cookie 中,然后可以通过 php 访问该 cookie。