You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting time information like "72 years ago", which is both unlikely and most importantly, not actually true. :)
For example, for a node_modules directory with the date Jan 19 2018 I'm getting "72 years ago". I can't explain it through a confusion with months; that's more like 67 months ago.
For items months ago, I am getting plausible time periods.
I'm on Fedora 38. I installed the tool through cargo install after cloning from git.
The text was updated successfully, but these errors were encountered:
is dividing by months instead of years. I think the discrepancy between 72 and 67 is due to division by a hardcoded number where a month is 4 weeks and thus 28 days, versus calculating the actual duration. The year appears to consist of 336 days.
I am getting time information like "72 years ago", which is both unlikely and most importantly, not actually true. :)
For example, for a
node_modules
directory with the dateJan 19 2018
I'm getting "72 years ago". I can't explain it through a confusion with months; that's more like 67 months ago.For items months ago, I am getting plausible time periods.
I'm on Fedora 38. I installed the tool through
cargo install
after cloning from git.The text was updated successfully, but these errors were encountered: