i am finding a challenge to convert to this date format "2021-05-05T21:03:09+00:00". I have tried the following and it is not working:
DateTime now = DateTime.Now;
Console.WriteLine(now.ToString("o"));
it produces the following:
2021-04-03T22:49:56.2248862+00:00