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
Caching of filesystem timestamps (at least in ext4 on Linux) results in non-accurate creation timestamps.
Thus, let's round it to the second.
Rounding is also applied for the lastModified time, but I'm not sure whether it's needed there.
Fixes#3068.
0 commit comments