1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/src/lib
Martijn Dekker 8d8a825723 Part-revert GMT->UTC change (re: c9634e90)
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[].
2020-06-30 02:46:47 +02:00
..
libast Part-revert GMT->UTC change (re: c9634e90) 2020-06-30 02:46:47 +02:00
libcmd Fixes for implicit declaration warnings 2020-06-14 09:55:08 -04:00
libcoshell Fix 80 typos in comments 2020-06-12 01:45:12 +02:00
libdll Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
libsum Fix 80 typos in comments 2020-06-12 01:45:12 +02:00
Makefile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
Mamfile Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00