Package: datefudge Version: 1.23 Severity: important I just tried to use `datefudge --static` to fix varying timestamps in some sphinx documentation, but ultimately failed because the sub-seconds part of the time is still not constant:
$ datefudge --static '@1576429380' date '+%T %N' 18:03:00 909497611 $ datefudge --static '@1576429380' date '+%T %N' 18:03:00 655601982 (If that's intended, it needs to be documented.) Christoph

