3 points | by modinfo 12 hours ago ago
4 comments
How 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.
git commit:
--date=<date> Override the author date used in the commit.
How 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.
git commit:
--date=<date> Override the author date used in the commit.