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