|
|
|
|
|
by LK5ZJwMwgBbHuVI
864 days ago
|
|
Yes. That's why time_t is signed, after all. Do you need to represent times before 1901? Then use 64 bits! Oh, and does it matter? You could just as well store the number of days and have more than enough precision with regard to events which happened half a century ago. |
|