0

I have a string written in xs:datetime format (https://www.w3schools.com/xml/schema_dtypes_date.asp) which I need to parse it and convert it to std::chrono::timepoint. In the standard libary there is std::get_time manipulator but it returns a std::tm and it does not parse milliseconds. I have many elements to parse so performances are also important. Is there anything else in either the standard library or Boost which I could use?

Alan Birtles
  • 32,622
  • 4
  • 31
  • 60
nyarlathotep108
  • 5,275
  • 2
  • 26
  • 64

0 Answers0