const VOTING_PERIODS_IN_OFFSET: u32 = 12;
By how many voting periods do we offset the beginning of our first time period from the epoch?
We do this so that each of our time periods begins at a time when the SRV is not rotating.