public ifAwsEpochTime(
    value: number | Date | string | (number | Date | string)[],
    operator?: Operator | string,
  ) {
    if (typeof (value as Date).getMonth === 'function') {