static String formatDateTime(DateTime dateTime) { final dateFormat = DateFormat('MMM dd, h:mm a'); return dateFormat.format(dateTime.toLocal()); }