We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3181 commit 67de79eCopy full SHA for 67de79e
exchange_calendars/xtks_holidays.py
@@ -99,6 +99,7 @@ def sunday_to_wednesday(dt):
99
Timestamp("2021-03-20"),
100
Timestamp("2022-03-21"),
101
Timestamp("2023-03-21"),
102
+ Timestamp("2024-03-20"),
103
]
104
105
# The Golden Week holidays (late April - early May) are listed in reverse
@@ -263,6 +264,7 @@ def sunday_to_wednesday(dt):
263
264
Timestamp("2021-09-23"),
265
Timestamp("2022-09-23"),
266
Timestamp("2023-09-23"),
267
+ Timestamp("2024-09-23"),
268
269
270
# If the Autumnal Equinox falls on a Wednesday, the Tuesday before
0 commit comments