Variable ConsensusConfig.genesis_timestamp

The timestamp at which Genesis was mined

struct ConsensusConfig
{
  // ...
  TimePoint genesis_timestamp = TimePoint(1609459200LU);
  // ...
}

Used as the basis for all time calculations in the chain. Defaults to 2021-01-01:00:00:00 GMT.