* NEWS: Separate out the description of the _existing_ issues
with outputting timestamps on 32 bit systems, from _future_ issues
outputting timestamps on all systems. Also move this to the
"improvement" section, since it's not really a coreutils
specific issue, and also is a build time configurable option.
tac now falls back to '/tmp' if a configured $TMPDIR is unavailable.
+ pinky, uptime, and who output accurate times after the year 2038.
+ A new configure-time option --enable-systemd enables experimental
+ support for using systemd, to let these programs continue to work
+ even after the year 2038, so long as systemd is also installed.
+
* Noteworthy changes in release 9.3 (2023-04-18) [stable]