I need to make DateTime.Now
output a value in this format:
2021-04-01T12:34:56-06:00
What is this format called and how do I achieve it? This part in particular confuses me: -06:00
. What is that?
I need to make DateTime.Now
output a value in this format:
2021-04-01T12:34:56-06:00
What is this format called and how do I achieve it? This part in particular confuses me: -06:00
. What is that?