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 地址和经/纬度位置(通过地理编码 gem)检测用户的时区。
我在网上找到了很多解决方案,但其中大多数都需要外部 Web 服务,例如时区 gem。
有没有不需要此类服务的解决方案(我的意思是本地检查)?
是的,您可以使用jsTimezoneDetect等 javascript 解决方案。