Skip to content

Commit

Permalink
Update time zone data to 2022f
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Oct 30, 2022
1 parent fe638cc commit 291f754
Show file tree
Hide file tree
Showing 21 changed files with 443 additions and 372 deletions.
46 changes: 46 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# Version 2022.6
Upstream version 2022f released 2022-10-29T01:04:57+00:00

## Briefly:

Mexico will no longer observe DST except near the US border. Chihuahua moves to
year-round -06 on 2022-10-30. Fiji no longer observes DST. Move links to
'backward'. In vanguard form, GMT is now a Zone and Etc/GMT a link. zic now
supports links to links, and vanguard form uses this. Simplify four Ontario
zones. Fix a Y2438 bug when reading TZif data. Enable 64-bit time_t on 32-bit
glibc platforms. Omit large-file support when no longer needed. In C code, use
some C23 features if available. Remove no-longer-needed workaround for Qt bug
53071.

## Changes to future timestamps.

Mexico will no longer observe DST after 2022, except for areas near the US
border that continue to observe US DST rules. On 2022-10-30 at 02:00 the Mexican
state of Chihuahua moves from -07 (-06 with DST) to year-round -06, thus not
changing its clocks that day. The new law states that Chihuahua near the US
border no longer observes US DST.

Fiji will not observe DST in 2022/3. (Thanks to Shalvin Narayan.) For now,
assume DST is suspended indefinitely.

## Changes to data

Move links to 'backward' to ease and simplify link maintenance. This affects
generated data only if you use 'make BACKWARD='.

GMT is now a Zone and Etc/GMT a link instead of vice versa, as GMT is needed for
leap second support whereas Etc/GMT is not. However, this change exposes a bug
in TZUpdater 2.3.2 so it is present only in vanguard form for now.

Vanguard form now uses links to links, as zic now supports this.

## Changes to past timestamps

Simplify four Ontario zones, as most of the post-1970 differences seem to have
been imaginary. (Problem reported by Chris Walton.) Move America/Nipigon,
America/Rainy_River, and America/Thunder_Bay to 'backzone'; backward-
compatibility links still work, albeit with some different timestamps before
November 2005.

---

# Version 2022.5
Upstream version 2022e released 2022-10-11T18:13:02+00:00

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.5
2022.6
43 changes: 43 additions & 0 deletions news.d/2022f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Version 2022.6
Upstream version 2022f released 2022-10-29T01:04:57+00:00

## Briefly:

Mexico will no longer observe DST except near the US border. Chihuahua moves to
year-round -06 on 2022-10-30. Fiji no longer observes DST. Move links to
'backward'. In vanguard form, GMT is now a Zone and Etc/GMT a link. zic now
supports links to links, and vanguard form uses this. Simplify four Ontario
zones. Fix a Y2438 bug when reading TZif data. Enable 64-bit time_t on 32-bit
glibc platforms. Omit large-file support when no longer needed. In C code, use
some C23 features if available. Remove no-longer-needed workaround for Qt bug
53071.

## Changes to future timestamps.

Mexico will no longer observe DST after 2022, except for areas near the US
border that continue to observe US DST rules. On 2022-10-30 at 02:00 the Mexican
state of Chihuahua moves from -07 (-06 with DST) to year-round -06, thus not
changing its clocks that day. The new law states that Chihuahua near the US
border no longer observes US DST.

Fiji will not observe DST in 2022/3. (Thanks to Shalvin Narayan.) For now,
assume DST is suspended indefinitely.

## Changes to data

Move links to 'backward' to ease and simplify link maintenance. This affects
generated data only if you use 'make BACKWARD='.

GMT is now a Zone and Etc/GMT a link instead of vice versa, as GMT is needed for
leap second support whereas Etc/GMT is not. However, this change exposes a bug
in TZUpdater 2.3.2 so it is present only in vanguard form for now.

Vanguard form now uses links to links, as zic now supports this.

## Changes to past timestamps

Simplify four Ontario zones, as most of the post-1970 differences seem to have
been imaginary. (Problem reported by Chris Walton.) Move America/Nipigon,
America/Rainy_River, and America/Thunder_Bay to 'backzone'; backward-
compatibility links still work, albeit with some different timestamps before
November 2005.
4 changes: 2 additions & 2 deletions src/tzdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
__version__ = "2022.5"
__version__ = "2022.6"

# This exposes the original IANA version number.
IANA_VERSION = "2022e"
IANA_VERSION = "2022f"
Binary file modified src/tzdata/zoneinfo/America/Bahia_Banderas
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Chihuahua
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Mazatlan
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Merida
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Mexico_City
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Monterrey
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Nipigon
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Ojinaga
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Rainy_River
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/America/Thunder_Bay
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/Mexico/BajaSur
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/Mexico/General
Binary file not shown.
Binary file modified src/tzdata/zoneinfo/Pacific/Fiji
Binary file not shown.
Loading

0 comments on commit 291f754

Please sign in to comment.