String isoFormatLastUpdated() { return dateTimeFormatter.formatIso8601(change.getLastUpdated()); }
String formatLastUpdated() { return dateTimeFormatter.format(change.getLastUpdated()); }