c# Programming Glossary: cest
Parse DateTime with timezone of form PST/CEST/UTC/etc http://stackoverflow.com/questions/241789/parse-datetime-with-timezone-of-form-pst-cest-utc-etc DateTime with timezone of form PST CEST UTC etc I'm trying to parse an international datetime string.. datetime string similar to 24 okt 08 21 09 06 CEST So far I've got something like CultureInfo culture CultureInfo.CreateSpecificCulture.. nl BE DateTime dt DateTime.ParseExact 24 okt 08 21 09 06 CEST dd MMM yy HH mm ss ... culture The problem is what should I..
|