开发者

Dates/Calendar in Java

开发者 https://www.devze.com 2023-01-14 13:21 出处:网络
Do开发者_C百科es java.util.Calendar supports automatic winter/summer time changes?Well, it\'s more up to java.util.TimeZone to do that... but yes, in general Java is aware of daylight saving time.

Do开发者_C百科es java.util.Calendar supports automatic winter/summer time changes?


Well, it's more up to java.util.TimeZone to do that... but yes, in general Java is aware of daylight saving time.

I would personally recommend using Joda Time instead of java.util.{Date,Calendar} though - it's a much nicer API.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号