From 172d4357026e77c15fa9904d987679d6731d2be7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Jul 2022 10:27:27 -0700 Subject: [PATCH 2/3] Change LOCALTIME default back to Factory * Makefile (LOCALTIME): Default to Factory, not GMT. This reverts to the 2010m default. Back then, Factory was problematic because it had a very long abbreviation, but the abbreviation-length problem was fixed in 2016g. Now that gmtime defaults to "UTC", it is a good time to change the LOCALTIME default to say "-00" instead of "GMT". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf5b96..79910d8 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ DATAFORM= main # make zonenames # to get a list of the values you can use for LOCALTIME. -LOCALTIME= GMT +LOCALTIME= Factory # The POSIXRULES macro controls interpretation of nonstandard and obsolete # POSIX-like TZ settings like TZ='EET-2EEST' that lack DST transition rules. -- 2.34.1