Implement TimeZoneInfo.GetSystemTimeZones() on Linux
authorEric Erhardt <eerhardt@microsoft.com>
Fri, 7 Aug 2015 22:39:40 +0000 (17:39 -0500)
committerEric Erhardt <eerhardt@microsoft.com>
Tue, 11 Aug 2015 22:26:54 +0000 (17:26 -0500)
commite746592bd1a5c00842d45451d4c4496cb4a4dc6a
tree0b89ee9082e56160e17ad69474d2a8bc486ca875
parent8b7c4841787e7fb85284c4fb58be26950f526dfd
Implement TimeZoneInfo.GetSystemTimeZones() on Linux

Implementing GetSystemTimeZones on Linux by reading
the zone.tab file on the machine, parsing out the
valid TimeZone IDs from it, and using those Ids to read
all the time zones on the machine.
src/mscorlib/src/System/TimeZoneInfo.cs