Skip to content
Snippets Groups Projects
Unverified Commit ec86b939 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: toString() of UTCDateTime

parent ddc2f75f
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ public class UTCDateTime implements Interval { ...@@ -292,7 +292,7 @@ public class UTCDateTime implements Interval {
@Override @Override
public String toString() { public String toString() {
throw new NullPointerException("toString method!!!"); return toDateTimeString(TimeZone.getDefault());
} }
public static UTCDateTime UTCSeconds(final Long utcseconds, final Integer nanosecond) { public static UTCDateTime UTCSeconds(final Long utcseconds, final Integer nanosecond) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment