Pacific/Bougainville is UTC+11 and should be Bougainville Standard Time, but somehow is matched to Papua New Guinea Time which is UTC+10.
Perhaps this is just based on older data? I'm making this random assumption because I was browsing through the CLDR 47 release and I did see this in common\supplemental\windowsZones.xml:
<!-- (UTC+11) Bougainville Island -->
<mapZone other="Bougainville Standard Time" territory="001" type="Pacific/Bougainville"/>
I should note that I first noticed this in the results of TZNames.GetNamesForTimeZone("Pacific/Bougainville", "en-US").
Any ideas?
BTW, thanks for this package, it's amazing!
Pacific/Bougainville is UTC+11 and should be Bougainville Standard Time, but somehow is matched to Papua New Guinea Time which is UTC+10.
Perhaps this is just based on older data? I'm making this random assumption because I was browsing through the CLDR 47 release and I did see this in common\supplemental\windowsZones.xml:
I should note that I first noticed this in the results of
TZNames.GetNamesForTimeZone("Pacific/Bougainville", "en-US").Any ideas?
BTW, thanks for this package, it's amazing!