-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello Coreutils maintainers, I believe I've found a bug in the coreutils' ls command. I was watching a file with watch and ls -l while it was being updated, but sometimes I saw that the time would display a year instead of an hour and minute. Later I reproduced this issue by doing the following: - open a terminal emulator - create two tabs - run `touch test` - in tab 1, run either while (true); do { ls -l test; }; done; or while (true); do { ls -l test | grep -F 2025; }; done; - in tab 2, run while (true); do { head -c 1