We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9bb02 commit 28b9086Copy full SHA for 28b9086
1 file changed
manual/custom_codecs/extras/README.md
@@ -130,7 +130,7 @@ Time can also be expressed as simple durations:
130
* [SimpleDateCodec] maps `date` to a primitive Java `int` representing the number of days since the Epoch.
131
132
There is no extra codec for `time`, because by default the driver already maps that type to a `long` representing the
133
-number of milliseconds since midnight.
+number of nanoseconds since midnight.
134
135
[SimpleTimestampCodec]: http://docs.datastax.com/en/drivers/java/3.2/com/datastax/driver/extras/codecs/date/SimpleTimestampCodec.html
136
[SimpleDateCodec]: http://docs.datastax.com/en/drivers/java/3.2/com/datastax/driver/extras/codecs/date/SimpleDateCodec.html
0 commit comments