Happy New Years! (12)

8 Name: キタ━━━━━━━━( ・∀・)━━━━━━━━!!!! [Del]

>>7 Only if you use signed integer (int32) for time_t, if you use unsigned integer (uint32) and lose the ability to display dates before 1970, it can go on until 2105. Or you use a long long int (int64) for time_t, which requires a recompile of everything that links directly or indirectly to libc.

Which is why the superior DOS operating system by IBM stores the date in separate bytes for month, day, and year. It will work until the year 127 from 1900 (ie until the year 19127)!