You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the return type of get_current_ms_epoch() is unsigned long, which is way too small to store the value of unix epoch time in miliseconds.
However, I've managed to fix this by ditching get_current_ms_epoch(), and creating a new function that returns the millisecond part of the number and appending the seconds part and milliseconds part to the string separately.
get_current_ms_epoch() function return stupid unsigned long.
if back to readable format , that show 2055/../..
at here;
void BinaCPP::get_account( long recvWindow, Json::Value &json_result )
The text was updated successfully, but these errors were encountered: