You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
In your lessons you say that about time stored in uint32 type:
"Note: We chose not to prevent the year 2038 problem... So don't need worry about overflows on readyTime. Our app is screwed in 2038 anyway ;)".
It seems incorrect to me, with a uint32 you're good until february 2106 (2^32 = 4294967296 -> 7th february 2106 at 7:28:16) , isn'it ?
Am I wrong ?
The text was updated successfully, but these errors were encountered:
Hello,
In your lessons you say that about time stored in uint32 type:
"Note: We chose not to prevent the year 2038 problem... So don't need worry about overflows on readyTime. Our app is screwed in 2038 anyway ;)".
It seems incorrect to me, with a uint32 you're good until february 2106 (2^32 = 4294967296 -> 7th february 2106 at 7:28:16) , isn'it ?
Am I wrong ?
The text was updated successfully, but these errors were encountered: