Hi i have a typical requirement in my web application, i have to fill a dropdown box with all system timezones and set the selected time zone where from the client is browsing.
Only timezoneoffset is not enough to handle this suituation, since there are two reasons 1.the latest OS having more than one time zone with the same offset 2.If Day light save is enabled or disable(can be detected from Javascript) the offset will vary.
is ther any ways of handling this in Java script?