Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part-revert GMT->UTC change (re: c9634e9)
To get ksh to prefer UTC over GMT in 'printf %T' output, only the change in format[] was needed. The corresponding change in zone[] made it prefer UTC for London time, even in summer time, which is wrong -- e.g.: $ LANG=C TZ=Europe/London arch/*/bin/ksh -c 'date; printf %T\\n now' Tue Jun 30 01:39:09 BST 2020 Tue Jun 30 00:39:09 UTC 2020 src/lib/libast/tm/tmdata.c: - Revert change in zone[].
- Loading branch information