9596979899100101102103104105
String formattedDate = dateFormat.format(date); model.addAttribute("serverTime", formattedDate); ApiException e = new ApiException(ErrorCode.UNKNOWN_ERROR); Result result = new Builder(e, locale).build(); return result; }