Skip to content

Commit 8ff985a

Browse files
committed
Update tzdata to 2023b
1 parent c15b7e7 commit 8ff985a

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 2023.2
2+
Upstream version 2023b released 2023-03-24T02:50:38+00:00
3+
4+
## Briefly:
5+
6+
Lebanon delays the start of DST this year.
7+
8+
## Changes to future timestamps
9+
10+
This year Lebanon springs forward April 20/21 not March 25/26. (Thanks to
11+
Saadallah Itani.)
12+
13+
---
14+
115
# Version 2023.1
216
Upstream version 2023a released 2023-03-22T19:39:33+00:00
317

VERSION

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

news.d/2023b.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Version 2023.2
2+
Upstream version 2023b released 2023-03-24T02:50:38+00:00
3+
4+
## Briefly:
5+
6+
Lebanon delays the start of DST this year.
7+
8+
## Changes to future timestamps
9+
10+
This year Lebanon springs forward April 20/21 not March 25/26. (Thanks to
11+
Saadallah Itani.)

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.1"
3+
__version__ = "2023.2"
44

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

src/tzdata/zoneinfo/Asia/Beirut

441 Bytes
Binary file not shown.

src/tzdata/zoneinfo/tzdata.zi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2023a
1+
# version 2023b
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,9 +920,11 @@ 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 ma - Mar lastSu 0 1 S
923+
R l 1993 2022 - 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
926928
Z Asia/Beirut 2:22 - LMT 1880
927929
2 l EE%sT
928930
R NB 1935 1941 - S 14 0 0:20 -

0 commit comments

Comments
 (0)