describe('toMidnightUTCDate', () => {
    it('converts local midnight dates to midnight UTC dates', () => {
      // Wednesday 21th Dec, midnight, UTC
      const utc21dec = new Date(Date.UTC(2016, 11, 21, 0, 0, 0, 0));