return moment().year(record._id.year)
          .month(record._id.month - 1).startOf(momentRange);