Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Scotland 2 january holiday #605

Merged
merged 1 commit into from
Mar 6, 2024
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
Rename Scotland 2 january holiday
  • Loading branch information
limbero authored Mar 5, 2024
commit 759537092e83c7a5ec5890d6b3e27f05fbbe9b89
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public IEnumerable<Holiday> GetHolidays(int year)
new HolidaySpecification
{
Date = new DateTime(year, 1, 2),
EnglishName = "New Year's Day",
LocalName = "New Year's Day",
EnglishName = "2 January",
LocalName = "2 January",
HolidayTypes = HolidayTypes.Public,
SubdivisionCodes = ["GB-SCT"],
ObservedRuleSet = monday1ObservedRuleSet
Expand Down