expireUSer = APILocator.getUserAPI().getSystemUser();
} catch (DotDataException e) {
Logger.error(this.getClass(), e.getMessage(), e);
throw new JobExecutionException(e);
}
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmm00");
String now = sdf.format(new Date());
/*
* do publish first, where publish is in the past and expire is in the
* future and live = false
*/