mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
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[]. |
||
---|---|---|
.. | ||
libast | ||
libcmd | ||
libcoshell | ||
libdll | ||
libsum | ||
Makefile | ||
Mamfile |