If I have a date such as 2011-05-05T11:35:47.743-04:00
How can I ignore the timezone (-04:00) when I do a DateTime.ParseExact programatically?
DateTimeOffset dt =DateTimeOffset.Parse("2011-05-05T11:35:47.743-04:00", null);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With