blip icon indicating copy to clipboard operation
blip copied to clipboard

we could streamline the C/C++ types we use for timestamps

Open gdevillele opened this issue 10 months ago • 2 comments

int64 would work for all timestamps, even nanosecond precision (max ns timestamp from EPOCH would be year ~2260)

gdevillele avatar Mar 10 '25 09:03 gdevillele

I started using std::chrono::system_clock::time_point here : https://github.com/cubzh/cubzh/pull/774/files

gdevillele avatar Mar 13 '25 14:03 gdevillele