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