Skip to content

Commit 28b9086

Browse files
author
Alexandre Dutra
committed
Fix incorrect documentation on time type
1 parent de9bb02 commit 28b9086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/custom_codecs/extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Time can also be expressed as simple durations:
130130
* [SimpleDateCodec] maps `date` to a primitive Java `int` representing the number of days since the Epoch.
131131

132132
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.
133+
number of nanoseconds since midnight.
134134

135135
[SimpleTimestampCodec]: http://docs.datastax.com/en/drivers/java/3.2/com/datastax/driver/extras/codecs/date/SimpleTimestampCodec.html
136136
[SimpleDateCodec]: http://docs.datastax.com/en/drivers/java/3.2/com/datastax/driver/extras/codecs/date/SimpleDateCodec.html

0 commit comments

Comments
 (0)