I need to populate a dropdown list using TimeZoneInfo.GetSystemTimeZones(), but apparently this .net assembly is not exposed. Is there an easier way other than creating a COM object that wraps this class?
Asked
Active
Viewed 45 times
0
-
I don't think so, primarily because writing such a COM object in .NET is already quite simple. – Simon Mourier Dec 04 '18 at 08:00
-
Pretty much what [was said here](https://stackoverflow.com/questions/37592060/dealing-with-timezones-in-vbscript#comment62671567_37592262). – user692942 Dec 04 '18 at 09:08
-
how about using powershell 'GET-Timezone -ListAvailable' ? Is there any example how to do that in ASP classic? – Linc Abela Dec 11 '18 at 03:44