In C# a 32-bit binary date will be reset to 1901. The problem…
(more)
In C# a 32-bit binary date will be reset to 1901. The problem can be changed, if we start using 64-bit binary timestamp. Do not use 32-bit time_t in C#! The software will crash in 2038!
(less)