2038 problem
The 2038 problem does not bother 64Bit architecture, maybe we should add a judgment,like this :
if (year >= 138 && sizeof(TIME) < 8)
return(MAX_TIME);
Edited by gaoxingwang
The 2038 problem does not bother 64Bit architecture, maybe we should add a judgment,like this :
if (year >= 138 && sizeof(TIME) < 8)
return(MAX_TIME);