Open boimart1 opened 1 year ago
Fixes #233.
Calling microsec_clock::universal_time() directly avoids the issue where the second could change between the calls to second_clock::local_time() and second_clock::universal_time().
microsec_clock::universal_time()
second_clock::local_time()
second_clock::universal_time()
Fixes #233.
Calling
microsec_clock::universal_time()
directly avoids the issue where the second could change between the calls tosecond_clock::local_time()
andsecond_clock::universal_time()
.