Why should a Java programmer care about year 2038 bug?

前端 未结 5 1231
花落未央
花落未央 2020-12-16 14:55

Year 2038 Bug is all over the web, But this seems to be a unix issue. How will this affect java Date ?

5条回答
  •  天涯浪人
    2020-12-16 15:33

    This is probably a leftover from the old C days when the date data types rolled over in 2038. Might be a problem with some really old apps, but not for Java. Yawn.

提交回复
热议问题