Time Zone Abbreviation
-
Is there an easy way to just get the abbreviated for of the current time zone, as opposed to the whole name written out? And can this be done in Daylight Saving Time as opposed to Standard Time. So I get EDT instead of Eastern Daylight Time or Eastern Saving Time. Thanks! RABB17
-
Is there an easy way to just get the abbreviated for of the current time zone, as opposed to the whole name written out? And can this be done in Daylight Saving Time as opposed to Standard Time. So I get EDT instead of Eastern Daylight Time or Eastern Saving Time. Thanks! RABB17
I was recently looking for something like this and didn't find anything. If you absolutely need the abbreviation, you may have to create an array or enum listing them all and do the conversion yourself based on TimeZone.CurrentTimeZone.StandardName.