Instead of using std::chrono::system_clock::now();
std::chrono::system_clock::now();
I would like to set my own specific hours\minutes\seconds. Similar to how one would go about using struct tm to manually construct a date-time.
struct tm
What is the best way of doing this?
Aucun commentaire:
Enregistrer un commentaire