mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Always use UTC to be timezone-neutral (RIPD-1659)
This commit is contained in:
committed by
Nik Bougalis
parent
de1d102535
commit
8b97466285
@@ -39,9 +39,11 @@ LocalValue<bool> stAmountCalcSwitchover(true);
|
||||
LocalValue<bool> stAmountCalcSwitchover2(true);
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
// Mon Dec 28, 2015 18:00:00 UTC
|
||||
const NetClock::time_point STAmountSO::soTime{504640800s};
|
||||
|
||||
// Fri Feb 26, 2016 9:00:00pm PST
|
||||
// Sat Feb 27, 2016 05:00:00 UTC
|
||||
const NetClock::time_point STAmountSO::soTime2{509864400s};
|
||||
|
||||
static const std::uint64_t tenTo14 = 100000000000000ull;
|
||||
|
||||
Reference in New Issue
Block a user