Код: Выделить всё
std::stringstream ss("2018-12-09T00:00:00+0130");
std::chrono::time_point tp;
if (std::chrono::from_stream(ss, "%FT%T%z", tp))
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79665835/workaround-for-missing-stdchronofrom-stream[/url]
Мобильная версия