I'm doing
DateTime dt = DateTime.ParseExact(stringDate, "ddd MMM dd yyyy HH:mm:ss UTCzzzzz zzzz", System.Globalization.CultureInfo.InvariantCulture);
But, that is generating an error (the error was that date was not in the correct format). Do you guys know what the correct syntax is?
The date is:
Fri Jan 14 2011 15:00:39 GMT-0800 (Pacific Standard Time)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…