Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions v2/sk/sk_holidays.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ var (

// Constitution represents Constitution Day on 1-Sep
Constitution = &cal.Holiday{
Name: "Deň Ústavy Slovenskej republiky",
Type: cal.ObservancePublic,
Month: time.September,
Day: 1,
Func: cal.CalcDayOfMonth,
Name: "Deň Ústavy Slovenskej republiky",
Type: cal.ObservancePublic,
Month: time.September,
Day: 1,
Func: cal.CalcDayOfMonth,
EndYear: 2024,
}

// LadyOfSorrows represents Day of Our Lady of the Seven Sorrows on 15-Sep
Expand Down