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
The epoch offset is currently hard-coded in multiple files as seconds(946684800) in (core/Pg.cpp, basics/chrono.h, rpc/handlers/AMMInfo.cpp) and as days(10957) (core/impl/TimeKeeper.cpp, test/jtx/impl/ManualTimeKeeper.cpp).
Epoch offset: 2000-01-01 00:00:00 UTC is 946684800s from 1970-01-01 00:00:00 UTC
Expected Result
Define a constant
The text was updated successfully, but these errors were encountered:
Issue Description
The epoch offset is currently hard-coded in multiple files as seconds(946684800) in (core/Pg.cpp, basics/chrono.h, rpc/handlers/AMMInfo.cpp) and as days(10957) (core/impl/TimeKeeper.cpp, test/jtx/impl/ManualTimeKeeper.cpp).
Epoch offset: 2000-01-01 00:00:00 UTC is 946684800s from 1970-01-01 00:00:00 UTC
Expected Result
Define a constant
The text was updated successfully, but these errors were encountered: