Skip to content

Commit a02f497

Browse files
authored
New Zealand - Fix Auckland Anniversary Day (#671)
#595 #609
1 parent 03ad7f1 commit a02f497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Date/HolidayProviders/NewZealandHolidayProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
155155
EnglishName = "Auckland Anniversary Day",
156156
LocalName = "Auckland/Northland Anniversary Day",
157157
HolidayTypes = HolidayTypes.Public,
158-
SubdivisionCodes = ["NZ-AUK", "NZ-NTL", "NZ-MWT", "NZ-WKO", "NZ-GIS", "NZ-BOP", "NZ-HKB"],
158+
SubdivisionCodes = ["NZ-AUK", "NZ-NTL", "NZ-WKO", "NZ-GIS", "NZ-BOP"],
159159
ObservedRuleSet = closestMondayObservedRuleSet
160160
},
161161
new HolidaySpecification

0 commit comments

Comments
 (0)