Skip to content

Commit 0698765

Browse files
committed
Solon-vertx adjusts the Date output format
1 parent df26e43 commit 0698765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Java/solon-vertx/src/main/java/hello/controller/FilterImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@Component
1313
public class FilterImpl implements Filter {
14-
private static DateFormat DATE_FORMAT = new SimpleDateFormat("EEE, dd MMM yyyyy HH:mm:ss z");
14+
private static DateFormat DATE_FORMAT = new SimpleDateFormat("EEE, d MMM yyyyy HH:mm:ss z");
1515

1616
@Override
1717
public void doFilter(Context ctx, FilterChain chain) throws Throwable {

0 commit comments

Comments
 (0)