C# supports different timezone id's across the globe. Please find list of time zones that are being supported by C# in below link:
https://msdn.microsoft.com/en-us/library/gg154758.aspx
The timezone id's are used in C# library functions to convert times across the timezones.
[e.g. TimeZoneInfo.ConvertTimeBySystemTimeZoneId("Hawaiian Standard Time")
]
Similarly I want support for AMERICA/MIQUELON, which is not present in the msdn list provided in above link.
Can somebody please provide workaround for this specific timezone?