Bruno Haible wrote:
$ export TZ=UTC0
$ rm -f in in.gz; touch -t 19010101 in; ../../gzip in; echo $?
0
$ rm -f in in.gz; touch -t 19010101 in; ls -l --full-time in
-rw-rw-r-- 1 bruno bruno 0 1901-01-01 00:00:00.0 + in
This is due to a bug in the Linux kernel, when it emulates
Hi Paul,
> This is due to a bug in the Linux kernel, when it emulates 32-bit Linux atop
> a
> 64-bit kernel. See:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1419736
I see, you nailed it down already.
> I see that Assaf reported the same bug against gzip here:
>
> https://bugs.gnu.org/25