Channels
help-with-umbraco
news
social
hq-commercial-products
contributing
package-development
codegarden-conference
hacktoberfest
show-and-tell
jobs-and-gigs
random-coding
united-kingdom
europe
americas
australia
meta
Powered by
#random-coding
Title
# random-coding
g
greystate
04/08/2022, 11:24 AM
How do I safely get a
DateTime
from a string like this:
"2022-04-07 11:57:47 UTC"
- I've tried
DateTime.TryParseExact()
but I can't make sense of the extra arguments needed...?