static String getHalfDateTime(DateTime dateTime) { var formatter = DateFormat('dd MMM, yyyy h:mm a'); return formatter.format(dateTime.toLocal()); }