开发者

Dates/Calendar in Java

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜