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 ef43474 commit f653967Copy full SHA for f653967
src/main/java/edu/ie3/tools/utils/ConfigurationParameters.java
@@ -23,7 +23,7 @@ private ConfigurationParameters() {
23
* information
24
*/
25
public static final DateTimeFormatter MODEL_RUN_FORMATTER =
26
- DateTimeFormatter.ofPattern("dd.MM.YYYY HH:mm zzz");
+ DateTimeFormatter.ofPattern("dd.MM.yyyy HH:mm zzz");
27
28
/**
29
* Only for sql output - this convert's a given ZonedDateTime to LocalDateTime neglecting the
0 commit comments