What should we do to prepare for 2038?

后端 未结 10 1909
耶瑟儿~
耶瑟儿~ 2020-11-28 07:23

I would like to think that some of the software I\'m writing today will be used in 30 years. But I am also aware that a lot of it is based upon the UNIX tradition of exposin

10条回答
  •  情歌与酒
    2020-11-28 08:01

    By 2038, time libraries should all be using 64-bit integers, so this won't actually be that big of a deal (on software that isn't completely unmaintained).

    COBOL programs might be fun though.

提交回复
热议问题