From 5638e72f355d0ca6dcc3282e7af7298297eac41b Mon Sep 17 00:00:00 2001 From: commenthol Date: Sun, 15 Mar 2026 21:25:05 +0100 Subject: [PATCH] fix(US-FL,#576): Add Commemoration of America's 250th Birthday holiday for Florida in 2026 --- data/countries/US.yaml | 4 ++++ test/fixtures/US-FL-2026.json | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/data/countries/US.yaml b/data/countries/US.yaml index c7f62e370..613430bd7 100644 --- a/data/countries/US.yaml +++ b/data/countries/US.yaml @@ -305,6 +305,10 @@ holidays: FL: name: Florida days: + # @source https://dos.fl.gov/communications/press-releases/2026/icymi-governor-ron-desantis-announces-statewide-commemoration-of-america-s-250th-birthday + "2026-02-16": + name: + en: Commemoration of America's 250th Birthday 2nd monday in October: false 3rd monday in February: false 02-15: diff --git a/test/fixtures/US-FL-2026.json b/test/fixtures/US-FL-2026.json index 2d13a1715..e6ffdfbd2 100644 --- a/test/fixtures/US-FL-2026.json +++ b/test/fixtures/US-FL-2026.json @@ -35,6 +35,15 @@ "rule": "02-15", "_weekday": "Sun" }, + { + "date": "2026-02-16 00:00:00", + "start": "2026-02-16T05:00:00.000Z", + "end": "2026-02-17T05:00:00.000Z", + "name": "Commemoration of America's 250th Birthday", + "type": "public", + "rule": "2026-02-16", + "_weekday": "Mon" + }, { "date": "2026-03-17 00:00:00", "start": "2026-03-17T04:00:00.000Z",