Skip to content
Snippets Groups Projects
Commit fdc4cd50 authored by BBQ's avatar BBQ
Browse files

Merge branch 'learner' of git-st.inf.tu-dresden.de:OpenLicht/eraser into learner

parents 447c182e 1d44476c
No related branches found
No related tags found
1 merge request!3Integration of Learner
Pipeline #4157 passed
...@@ -12,9 +12,7 @@ aspect ItemHandling { ...@@ -12,9 +12,7 @@ aspect ItemHandling {
//--- DateTimeItem.ALTERNATIVE_FORMAT --- //--- DateTimeItem.ALTERNATIVE_FORMAT ---
private static final java.time.format.DateTimeFormatter DateTimeItem.ALTERNATIVE_FORMAT = new java.time.format.DateTimeFormatterBuilder() private static final java.time.format.DateTimeFormatter DateTimeItem.ALTERNATIVE_FORMAT = new java.time.format.DateTimeFormatterBuilder()
.appendPattern("yyyy-MM-dd'T'HH':'mm'Z'") .appendPattern("yyyy-MM-dd'T'HH:mm:ss.SSSZ")
.parseDefaulting(java.time.temporal.ChronoField.SECOND_OF_MINUTE, 0)
.parseDefaulting(java.time.temporal.ChronoField.NANO_OF_SECOND, 0)
.toFormatter() .toFormatter()
.withZone(java.time.ZoneId.of("UTC")); .withZone(java.time.ZoneId.of("UTC"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment