April 30, 2016
12:27 p.m.
On Apr 30, 2016, at 3:39 AM, Jon Skeet <skeet@pobox.com> wrote:
I could parse the content of http://www.iana.org/time-zones, but that doesn't feel like a very robust approach :)
That’s exactly what I ended up doing: https://github.com/HowardHinnant/date/blob/master/tz.cpp#L1937-L1971 Howard