Skip to content

Commit a0567bc

Browse files
committed
Not related to pull req.
1 parent 141d19a commit a0567bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/influxdb/impl/TimeUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static String toTimePrecision(final TimeUnit t) {
6060
case MICROSECONDS:
6161
return "u";
6262
case NANOSECONDS:
63-
return "ns";
63+
return "n";
6464
default:
6565
throw new IllegalArgumentException("time precision must be one of:" + ALLOWED_TIMEUNITS);
6666
}

0 commit comments

Comments
 (0)