Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5e7813

Browse files
committed
Update to 2022c
1 parent 162e6a8 commit c5e7813

File tree

6 files changed

+45
-4
lines changed

6 files changed

+45
-4
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 2022.3
2+
Upstream version 2022c released 2022-08-16T00:47:18+00:00
3+
4+
## Briefly:
5+
6+
Work around awk bug in FreeBSD, macOS, etc. Improve tzselect on intercontinental
7+
Zones.
8+
9+
---
10+
111
# Version 2022.2
212
Upstream version 2022b released 2022-08-10T22:38:32+00:00
313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.2
1+
2022.3

news.d/2022c.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Version 2022.3
2+
Upstream version 2022c released 2022-08-16T00:47:18+00:00
3+
4+
## Briefly:
5+
6+
Work around awk bug in FreeBSD, macOS, etc. Improve tzselect on intercontinental
7+
Zones.

src/tzdata/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended
22
# way to translate the version is to use YYYY.n where `n` is a 0-based index.
3-
__version__ = "2022.2"
3+
__version__ = "2022.3"
44

55
# This exposes the original IANA version number.
6-
IANA_VERSION = "2022b"
6+
IANA_VERSION = "2022c"

src/tzdata/zoneinfo/tzdata.zi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2022b
1+
# version 2022c
22
# This zic input file is in the public domain.
33
R d 1916 o - Jun 14 23s 1 S
44
R d 1916 1919 - O Su>=1 23s 0 -

src/tzdata/zoneinfo/zone1970.tab

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,27 @@ VN +1045+10640 Asia/Ho_Chi_Minh Vietnam (south)
351351
VU -1740+16825 Pacific/Efate
352352
WS -1350-17144 Pacific/Apia
353353
ZA,LS,SZ -2615+02800 Africa/Johannesburg
354+
#
355+
# The next section contains experimental tab-separated comments for
356+
# use by user agents like tzselect that identify continents and oceans.
357+
#
358+
# For example, the comment "#@AQ<tab>Antarctica/" means the country code
359+
# AQ is in the continent Antarctica regardless of the Zone name,
360+
# so Pacific/Auckland should be listed under Antarctica as well as
361+
# under the Pacific because its line's country codes include AQ.
362+
#
363+
# If more than one country code is affected each is listed separated
364+
# by commas, e.g., #@IS,SH<tab>Atlantic/". If a country code is in
365+
# more than one continent or ocean, each is listed separated by
366+
# commas, e.g., the second column of "#@CY,TR<tab>Asia/,Europe/".
367+
#
368+
# These experimental comments are present only for country codes where
369+
# the continent or ocean is not already obvious from the Zone name.
370+
# For example, there is no such comment for RU since it already
371+
# corresponds to Zone names starting with both "Europe/" and "Asia/".
372+
#
373+
#@AQ Antarctica/
374+
#@IS,SH Atlantic/
375+
#@CY,TR Asia/,Europe/
376+
#@SJ Arctic/
377+
#@CC,CX,KM,MG,YT Indian/

0 commit comments

Comments
 (0)