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.
如果没有指定时区,什么决定了 DateTime 实例的默认时区。示例:居住在时区 A 的用户访问托管在时区 B 中的服务器上的网页:如果网站代码在 dateTime 实例上调用 ToUniversalTime(),将使用时区 A 或时区 B 作为计算的基础吗?
提前致谢
所有DateTime操作都在服务器的本地时区或 UTC 中进行。
DateTime
ASP.Net 完全不知道用户的时区。