Understanding specific UTC time format YYYY-MM-DDTHH:MM:SS. SSSZ I have two related questions Assume a program running in (British Standard Time)BST generates a date time value for current time in UTC (YYYY-MM-DDTHH:MM:SS SSSZ) format Also assume current time in
c# - date format yyyy-MM-ddTHH:mm:ssZ - Stack Overflow The accepted answer says to use format specifier "s" and append a Z on the end for UTC dates That's all good and fine if you don't need the milliseconds, but if you want the milliseconds you have to use "o" like this answer shows