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