views:

134

answers:

0

In TZ4Net, if you have an OlsonTimeZone instance, you can say tz.IsDaylightSavingTime(someDateTime), and use that to display tz.StandardName or tz.DaylightName. Great.

I want the standard/daylight abbreviation. I only see ways to get the standard abbreviation (tz.Abbreviation, say). Is there a way to get this?

Am I missing something? It seems to have as its inputs every piece of information needed for this, and yet I see no helpful method on OlsonTimeZone (or elsewhere in the library) that lets me get the right abbrev out.