How do I construct an ISO 8601 datetime in C++?

前端 未结 9 1241
小蘑菇
小蘑菇 2020-12-05 01:51

I\'m working with the Azure REST API and they are using this to create the request body for table storage:

DateTime.UtcNow.ToString(\"o\")

9条回答
提交回复
热议问题