Hi folks,
I have some data from a 3rd party that includes some string Language
property data. Some sample data retrieved looks like :
"Australia/Melbourne"
When i investigated that what the property data-type was based on, it's a Zone Info (tz database / Olson database). Wtf is that? i googled and here's the info....
Sounds like it's used by many major platforms ... but not .NET.
So, before i reinvent the wheel (or, more to the point, update the code from that codeplex site to embed the db list into the dll), does this already exist in the .NET base class library?