Skip to content

Commit eaf2f5f

Browse files
committed
Update tzdata to 2023c
This is effectively identical to 2023a, because of the chaos around Lebanon's short notice DST change.
1 parent 3ab6e77 commit eaf2f5f

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 2023.3
2+
Upstream version 2023c released 2023-03-28T19:42:14+00:00
3+
4+
## Changes to past and future timestamps
5+
6+
Model Lebanon's DST chaos by reverting data to tzdb 2023a. (Thanks to Rany Hany
7+
for the heads-up.)
8+
9+
---
10+
111
# Version 2023.2
212
Upstream version 2023b released 2023-03-24T02:50:38+00:00
313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.2
1+
2023.3

news.d/2023c.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Version 2023.3
2+
Upstream version 2023c released 2023-03-28T19:42:14+00:00
3+
4+
## Changes to past and future timestamps
5+
6+
Model Lebanon's DST chaos by reverting data to tzdb 2023a. (Thanks to Rany Hany
7+
for the heads-up.)

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__ = "2023.2"
3+
__version__ = "2023.3"
44

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

src/tzdata/zoneinfo/Asia/Beirut

-441 Bytes
Binary file not shown.

src/tzdata/zoneinfo/tzdata.zi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2023b
1+
# version 2023c
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 -
@@ -920,11 +920,9 @@ R l 1988 o - Jun 1 0 1 S
920920
R l 1989 o - May 10 0 1 S
921921
R l 1990 1992 - May 1 0 1 S
922922
R l 1992 o - O 4 0 0 -
923-
R l 1993 2022 - Mar lastSu 0 1 S
923+
R l 1993 ma - Mar lastSu 0 1 S
924924
R l 1993 1998 - S lastSu 0 0 -
925925
R l 1999 ma - O lastSu 0 0 -
926-
R l 2023 o - Ap 21 0 1 S
927-
R l 2024 ma - Mar lastSu 0 1 S
928926
Z Asia/Beirut 2:22 - LMT 1880
929927
2 l EE%sT
930928
R NB 1935 1941 - S 14 0 0:20 -

0 commit comments

Comments
 (0)