对于设置为 UTC 的日期时间,显示本地时间的最佳方式是什么?
我目前正在使用 ASP.NET MVC3 和 MongoDB 作为 Web 应用程序。 MongoDB 使用 UTC,托管应用程序的服务器也使用 UTC。如果我在视图中使用 DateTime.ToLocalTime() ,它将仅返回服务器的时间,该时间仍为 UTC。
我想显示用户在本地时间与之交互的 DateTime 对象,有谁知道实现此目的的最佳方法吗?
提前致谢。
I'm currently using ASP.NET MVC3 and MongoDB for a web app. MongoDB uses UTC and the server hosting the app is also using UTC. If I use DateTime.ToLocalTime() in the View that will just return the server's time which is still in UTC.
I would like to display the DateTime objects that a user interacts with in their Local time, does anyone know the best method for achieving this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜这个 回答在谷歌论坛上你应该找到答案关于你的问题
I guess at this answer on google groups you should find answer on your question