获取用户的 KRL 时区
A follow-up question to Mike's question about getting the time in KRL. Is it possible to get the user's timezone? There is a timezone predicate,
time:timezone(<arg>)
but it looks like it requires an argument. How do I use that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
time:timezone()
是返回 true 或 false 的谓词。我将更正文档,但 time:timezone() 采用时区缩写并检查用户的地理位置(基于 IP 地址)并返回 true 或 false
time:timezone(<arg>)
is a predicate which returns true or false.I will correct the documentation, but time:timezone() takes a timezone abbreviation and checks the user's geo-location (based upon IP address) and returns true or false