https://linear.app/comm/issue/ENG-9955/threadstore-timestamp-corruption-issue
I guess this line was supposed to insert the current time, but it doesn't work. It turns out time is a function
(https://en.cppreference.com/w/c/chrono/time) so it reinterpret_casts a pointer to the time function as a
creation date. So that's why I was seeing weird timestamps like 6637613460 and often the same for each thread.