In concern to the y2036 bug!

greenspun.com : LUSENET : TimeBomb 2000 (Y2000) : One Thread

I need to convert several integers which are 32 bit over to 64 bit. 1)what is a perferred start date? 2)is there operation issues? 3)r there issues concerning leap years and missing seconds special to 64 bit ints? 4)should each integer represent a second or a millisecond?

-- Mike Sipper (msipper@inventure.com), September 24, 1999

Answers

Need to be more specific -- what does architecture have to do with integers? Besides, there are "byte" integers, short integers, and long integers. What is the format of the date storage? If you expand the storage bytes for dates, will the software process them correctly? Is the whole date encoded as an integer of "x" days since some start date? (If so, how many days are counted before rollover? How is time within a date handled, or is that separate? Or are dates stored as ASCII values (YYYYMMDD)? Or?

-- A (A@AisA.com), September 25, 1999.

Moderation questions? read the FAQ