static String formatDateTime(DateTime value) { return DateFormat("dd/MM/yyyy HH:mm:ss").format(value); }