static String dateTimeToTime(DateTime dateString) => TIME_FORMAT.format(dateString.add(Duration(hours: 7)));