We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4069b1 commit 9bbe320Copy full SHA for 9bbe320
src/Nager.Date/HolidayProviders/UnitedKingdomHolidayProvider.cs
@@ -68,24 +68,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
68
EnglishName = "New Year's Day",
69
LocalName = "New Year's Day",
70
HolidayTypes = HolidayTypes.Public,
71
- SubdivisionCodes = ["GB-NIR"]
72
- },
73
- new HolidaySpecification
74
- {
75
- Date = new DateTime(year, 1, 1),
76
- EnglishName = "New Year's Day",
77
- LocalName = "New Year's Day",
78
- HolidayTypes = HolidayTypes.Public,
79
- SubdivisionCodes = ["GB-ENG", "GB-WLS"],
80
- ObservedRuleSet = mondayObservedRuleSet
81
82
83
84
85
86
87
88
- SubdivisionCodes = ["GB-SCT"],
+ SubdivisionCodes = ["GB-ENG", "GB-NIR", "GB-SCT", "GB-WLS"],
89
ObservedRuleSet = mondayObservedRuleSet
90
},
91
new HolidaySpecification
0 commit comments