Possible Duplicate:
Parse DateTime with timezone of form PST/CEST/UTC/etc
How to Convert PDT Time string to DateTime
I want to convert this value 05:41:33 Apr 23, 2012 PDT to datetime .
i am trying this but it is giving an error.
DateTime dt = Convert.ToDateTime("05:41:33 Apr 23, 2012 PDT");
Please help me guys how we can do it in C#.
Thanks,Rajbir