I want to insert a value of type Instant in db cassandra with phantom .
I have the time:
import java.util.Instant
val time = Instant.now()
2020-12-02T15:40:55.197408Z
I found in db the value : 2020-12-02T15:40:55.197Z
why the value change in cassandra? is it possible to insert the same created value?