When stringify moment, there is time difference Solution format
timeRange[0].startOf('day').format(DATE_FORMAT),
dispatch(setTimeRange([moment(purchaseFirstApplyTime, DATE_FORMAT), moment().subtract(1, 'days')]));