We use .NET C# MVC and we needed a list of Windows Timezone for Each country.
So that for every registering user we could set the timezone automatically.
Most online databases provide IANA timezones and it's difficult to map to a specific country.
Using NodaTime we managed to create a Json which lists the following entries.
CountryName
2LetterIsoCountryCode
3LetterIsoCountryCode
IANATimezones
WindowsTimezones
You can download the generated JSON here.