I was debating about the 2038 bug on unix with a friend (the 32 bit timestamp bug).
We were actually wondering on how windows store the dates itself ? I was thinking it was a simple DateTime but how would the system be able then to calculate the delta between two dates ?
Is it possible then that windows stores dates (internaly) in a timestamp then converts it in a DateTime ?
