Different behaviour of high_resolution_clockon windows and linux
The high_resolution_clock::now().time_since_epoch() returns significantly different results on Windows and Linux.
On Linux it returns the duration from 1.1.1970 to now.
On Windows it returns the duration of 21 days only.