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
Java 8 introduced the java.time package and since then it is recommended to use java.time classes instead of Date/Calendar etc. - your IDE hopefully warns you about this. ODF Toolkit should directly support java.time and mark the "old" methods as deprecated.