static String getTime(DateTime dateTime) { var formatter = DateFormat('h:mm a'); return formatter.format(dateTime.toLocal()); }