1 | initial version |
This is due to a hilarious modification (in AskBot), made in 2012, to the jQuery timeago plugin:
return month_date + ' ' + "'" + date.getYear() % 20;
Yes, I'm sure that produced the right result in 2012. The same bug is still present in AskBot today.
An easy fix is to replace 20
by 100
.