diff --git a/app/utils/helper.py b/app/utils/helper.py index e951fad..7eeea15 100644 --- a/app/utils/helper.py +++ b/app/utils/helper.py @@ -5,11 +5,8 @@ import pytz def check_market_hours(): - holidays = [ - "2024-01-01", "2024-01-15", "2024-02-19", "2024-03-29", - "2024-05-27", "2024-06-19", "2024-07-04", "2024-09-02", - "2024-11-28", "2024-12-25" - ] + holidays = ['2025-01-01', '2025-01-09','2025-01-20', '2025-02-17', '2025-04-18', '2025-05-26', '2025-06-19', '2025-07-04', '2025-09-01', '2025-11-27', '2025-12-25'] + # Get the current date and time in ET (Eastern Time) et_timezone = pytz.timezone('America/New_York')