https://discord.umbraco.com logo
#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...?