diff --git a/data/countries/US.yaml b/data/countries/US.yaml index c7f62e37..613430bd 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 2d13a171..e6ffdfbd 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",