Closed Drarig29 closed 2 years ago
I was working with Unix timestamps, and the displayed number is incorrect. It looks like an integer overflow.
{ "big": 1640267163452 }
What is displayed:
{ "big": -410343620 }
Interesting. I will take a look how to make nlohmann/json to return the right value as a string.
It has been fixed. Thanks for reporting this!
I was working with Unix timestamps, and the displayed number is incorrect. It looks like an integer overflow.
What is displayed: