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
Tar: Correct and test modification time
- Read modification time for folders as well;
- Avoid a range error when serializing timestamp;
- Remove memory allocation when serializing timestamp and simplify code by using sformat;
- Add unittest for modification time;