We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df26e43 commit 0698765Copy full SHA for 0698765
frameworks/Java/solon-vertx/src/main/java/hello/controller/FilterImpl.java
@@ -11,7 +11,7 @@
11
12
@Component
13
public class FilterImpl implements Filter {
14
- private static DateFormat DATE_FORMAT = new SimpleDateFormat("EEE, dd MMM yyyyy HH:mm:ss z");
+ private static DateFormat DATE_FORMAT = new SimpleDateFormat("EEE, d MMM yyyyy HH:mm:ss z");
15
16
@Override
17
public void doFilter(Context ctx, FilterChain chain) throws Throwable {
0 commit comments