Posts Tagged ‘time stamp problem’

2038 Problem

Tuesday, July 8th, 2008

:-D  in 2038 Computer Based time  - most 32bit  - systems  will have neagtive time !!!

Why :

C programmers use library called “Standred Time” which realted with time functions and it’s stuff ;

this library represent time with 4-byte value formate and as u know it’s maximum  value is  2,147,483,647

And this wil be the value of time stamp in January 19 2038 .

Solution :

New Time library will be used that represent time with 8-byte storage value and recompile programmes with it :)

Share/Save