最佳答案
How can I extract the year, month, day, hour, minute, second and millisecond from an std::chrono::time_point
object?
I only saw examples on how to extract the total amount of e.g. seconds from a duration
.