update holidays

This commit is contained in:
MuslemRahimi 2025-01-01 11:13:27 +01:00
parent 05b534d0f2
commit 02a7ff54f0

View File

@ -228,16 +228,17 @@
const checkMarketHour = async () => { const checkMarketHour = async () => {
const holidays = [ const holidays = [
"2024-01-01", "2025-01-01",
"2024-01-15", "2025-01-09",
"2024-02-19", "2025-01-20",
"2024-03-29", "2025-02-17",
"2024-05-27", "2025-04-18",
"2024-06-19", "2025-05-26",
"2024-07-04", "2025-06-19",
"2024-09-02", "2025-07-04",
"2024-11-28", "2025-09-01",
"2024-12-25", "2025-11-27",
"2025-12-25",
]; ];
const currentDate = new Date().toISOString().split("T")[0]; const currentDate = new Date().toISOString().split("T")[0];