I am aware of the System.TimeZone class as well as the many uses of the DateTime.ToString() method. What I haven\'t been able to find is a way to convert a DateTime to a st
I would create a lookup table that converts time zone name to its abbreviation. If the match is not found you could return full zone name.
See time zone abbreviations.