Did we just time-traveled?
github.comHow is it possible, that latest commit is IN 2 days committed? screenshot: https://i.imgur.com/QssvDir.png
I'm surprised that GitHub actually handles this correctly. Such as saying "tomorrow" and "in 2 days".
They just call https://ruby-doc.org/stdlib-1.9.1/libdoc/date/rdoc/Date.html... or similar.
Now that you mention it, that makes much more sense than hand rolling date handling.
git commit:
--date=<date> Override the author date used in the commit.