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.
我有一个 Web 应用程序,我必须在其中根据时间绘制图表。现在因为夏令时将在 11 月 3 日凌晨 2 点更改为标准时间。
我已经根据这些时间更改更改了代码,但我想知道一些 API 告诉我这些更改发生的日期和时间。比如“11 月 3 日凌晨 2 点”。
Joda-Time是一个很好的解决方案。检查这个。