Twitter has broken after seemingly being hit by an unusual bug.
You must log in or register to comment.
The unusual date is seemingly a consequence of the so-called Unix epoch.
Did Y2038 come early?
I’ve already had to deal with Y2038 bugs about 15 years ago. Cookies in PHP couldn’t (and I think still can’t) be set with an expiration date beyond the end of Unix time.
They are using 31-bit signed integers.