420b6cbad9
Update to tzdata-2024b - Improve historical data for Mexico, Mongolia, and Portugal. - System V names are now obsolescent. - The main data form now uses %z. - The code now conforms to RFC 8536 for early timestamps. - Support POSIX.1-2024, which removes asctime_r and ctime_r. - Assume POSIX.2-1992 or later for shell scripts. - SUPPORT_C89 now defaults to 1. - Include two upstream patches for month names as in April vs Apr.
24 lines
856 B
Diff
24 lines
856 B
Diff
commit 926b507fa5c3192b1b68fab5910cbd3ba9377c97
|
|
Author: Paul Eggert <eggert@cs.ucla.edu>
|
|
Date: Thu Sep 5 14:36:02 2024 -0700
|
|
|
|
"Apr", not "April", in IN column
|
|
|
|
* northamerica (Rule): Use "Apr", not "April", in the IN column.
|
|
Both forms are valid, but "Apr" is more consistent.
|
|
Problem reported by Howard Hinnant.
|
|
|
|
diff --git a/northamerica b/northamerica
|
|
index 01f392e0..1af874b6 100644
|
|
--- a/northamerica
|
|
+++ b/northamerica
|
|
@@ -2631,7 +2631,7 @@ Zone America/Dawson -9:17:40 - LMT 1900 Aug 20
|
|
# http://puentelibre.mx/noticia/ciudad_juarez_cambio_horario_noviembre_2022/
|
|
|
|
# Rule NAME FROM TO - IN ON AT SAVE LETTER/S
|
|
-Rule Mexico 1931 only - April 30 0:00 1:00 D
|
|
+Rule Mexico 1931 only - Apr 30 0:00 1:00 D
|
|
Rule Mexico 1931 only - Oct 1 0:00 0 S
|
|
Rule Mexico 1939 only - Feb 5 0:00 1:00 D
|
|
Rule Mexico 1939 only - Jun 25 0:00 0 S
|