Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Did we just time-traveled?
(github.com)
3 points
by
modinfo
2 days ago
| 4 comments
Did we just time-traveled? | Dark Hacker News
modinfo
2 days ago
|
next
[−]
How is it possible, that latest commit is IN 2 days committed? screenshot:
https://i.imgur.com/QssvDir.png
skyblock500
2 days ago
|
next
[−]
I'm surprised that GitHub actually handles this correctly. Such as saying "tomorrow" and "in 2 days".
Tomte
2 days ago
|
parent
|
next
[−]
They just call
https://ruby-doc.org/stdlib-1.9.1/libdoc/date/rdoc/Date.html...
or similar.
Tomte
2 days ago
|
next
[−]
git commit:
--date=<date> Override the author date used in the commit.