Convert a time to specified time zone using C#?
Posted
by Ravi
on Stack Overflow
See other posts from Stack Overflow
or by Ravi
Published on 2010-03-12T10:16:08Z
Indexed on
2010/03/12
10:17 UTC
Read the original article
Hit count: 182
I'm working on an application in C# with .Net 3.5. I have time zone value of the User is stored in DB with this format (-05:00,1), where -5.00 represents EST time zone value and the 1 indicates that this time zone follows daylight saving (if 0 not a daylight saving zone).
Now I want to convert any date time value into this timezone value considering the daylight saving value.
Any help is appreciated. Thanks
© Stack Overflow or respective owner