I\'m using NodaTime because of its nice support for zoneinfo data, however I have a case where I need to convert the DateTimeZone
into TimeZoneInfo
for
However none of this works in a PCL because most of the work is done by .NET in the .GetSystemTImeZones() and .FindSystemTIemZoneById() methods - which don't exist in PCL.
I'm stunned that for all the info you can get out of NodaTime, getting something as simple as "EST" abbreviation when you already have the zone name of "US/Eastern" seems to have stopped me in my tracks.