static String? formatDateTime(DateTime? dateTime) { return formatWithPattern(dateTime, 'dd/MM/yyyy HH:mm'); }