From 61f8fb52212e2a15ec690eded51551a07545467b Mon Sep 17 00:00:00 2001 From: Rakeela Windrider Date: Sat, 17 Jan 2026 22:10:44 +0000 Subject: [PATCH] Fix Off-By-One Weekdays (#1) The 14th of Winter is supposed to be a Skansaday. Reviewed-on: https://git.chromaticdragon.app/pyrex/theoma-calendar/pulls/1 Co-authored-by: Rakeela Windrider Co-committed-by: Rakeela Windrider --- 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, }, },