I need to know how to convert a date time of GMT time zone format into other formats like Eastern, Pacific, Mountain and India time zone formats in C#, asp.net 2.0 and dot net framework 2.0.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Really, you want .NET 3.5 for this…
(I know you asked about .NET 2.0, but this answer may be heplful for somebody searching for this topic in the future)
Before then… pain. You can maintain your own list of offsets, but then you have to worry about DST.