You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For date types in the information model, the Java generated code should rather use Java 8 java.time.LocalDateTime and java.time.LocalDate. The latter is related to FINTLabs/fint-informasjonsmodell#43 for representing dates with no time information.
For date types in the information model, the Java generated code should rather use Java 8
java.time.LocalDateTimeandjava.time.LocalDate. The latter is related to FINTLabs/fint-informasjonsmodell#43 for representing dates with no time information.