true,
MILLISECONDS.toSeconds(new DateTime(2001, 8, 22, 3, 4, 5, 321, DateTimeZone.UTC).getMillis()),
"%el%",
null
).build();
return new RecordProjectOperator(operatorContext, records);
}
else {
return new StaticOperator(operatorContext, ImmutableList.of(SOURCE_PAGE));
}
}