From 4ca6fdae5e87b38d5c1db187142320eb0b0d2414 Mon Sep 17 00:00:00 2001 From: Rakeela Windrider Date: Thu, 15 Jan 2026 01:03:47 +0000 Subject: [PATCH] Fix Off-By-One Weekdays The 14th of Winter is supposed to be a Skansaday. --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5f43b8a..7edd68d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -35,7 +35,7 @@ const StockCalendars: Calendar[] = [ ], epoch: { cycle: 0, - period: "Niesday", + period: "Skansaday", index: 1, }, }, -- 2.43.0