sS formatDateRangeWithSeconds(LongRange range) { ret range == null ? null : localDateWithSeconds(range.start) + " to " + localDateWithSeconds(range.end); }