You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to convert the date and time with the time zone and milliseconds, but it doesn't work. How can this be done correctly? Without milliseconds it works, but me need milliseconds too.
std::istringstream in{ "2024-04-30T10:31:38.326+03:00" };
sys_seconds tp;
in >> date::parse("%FT%T%Ez", tp);
The text was updated successfully, but these errors were encountered:
StasLina
changed the title
How to convert datetime with milliseconds and timezone?
How to parse datetime with milliseconds and timezone?
Apr 30, 2024
I'm trying to convert the date and time with the time zone and milliseconds, but it doesn't work. How can this be done correctly? Without milliseconds it works, but me need milliseconds too.
The text was updated successfully, but these errors were encountered: