Report Builder 2.0 : How to get the correct timezone info.
Posted
by Veeravendhan
on Stack Overflow
See other posts from Stack Overflow
or by Veeravendhan
Published on 2010-05-10T05:41:05Z
Indexed on
2010/05/10
5:44 UTC
Read the original article
Hit count: 564
I am developing report using SQL Report Builder 2.0, In this I am passing the timezone offset value as a parameter (-04:00). Using "TimeZoneInfo" I am getting all the timezones available from the system. But I am checking the timezone with the offset value, so from the list available I can only get the first timezone object.
Is there any other ways to get a specific TimezoneInfo from the system.
Thanks, Veera
© Stack Overflow or respective owner