date_time icon indicating copy to clipboard operation
date_time copied to clipboard

Fix #233: use microsec_clock::universal_time() directly in local_time(time_zone_ptr)

Open boimart1 opened this issue 2 years ago • 0 comments

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().

boimart1 avatar Aug 21 '23 15:08 boimart1