How to get UTC TimeZone DisplayName .NET 4.0?

I set a winforms combobox with the time zones DisplayName: var zoneList = TimeZoneInfo .GetSystemTimeZones() .Where(z => z.BaseUtcOffset.Minutes == 0) .