我应该在 Web 服务界面中暗示哪个时区?
我正在实现一个将在世界各地使用的 REST Web 服务。该服务将接受“日期和时间”数据类型参数,并提供还包含“日期和时间”数据类型的结果。
问题是 - 我假设“日期和时间”属于哪个时区?我是否强制所有用户使用 UTC 还是有更好的方法?
I'm implementing a REST web service that will be used from all around the world. The service will accept "date and time" datatype parameters and serve results also containing "date and time" datatype.
The question is - which timezone do I assume "date and time" belongs to? Do I just force all users to use UTC or is there a better way around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此服务中包含一个时区属性,允许其指定或假定 UTC。
Either include a Timezone property to this service allowing it to specify or assume UTC.