对于设置为 UTC 的日期时间,显示本地时间的最佳方式是什么?

发布于 2024-11-28 10:40:21 字数 208 浏览 0 评论 0原文

我目前正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲸落 2024-12-05 10:40:21

我猜这个 回答在谷歌论坛上你应该找到答案关于你的问题

I guess at this answer on google groups you should find answer on your question

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文