Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson.types • Timestamp • instant
instant¶
@ExperimentalTime
val instant: Instant
Date and time represented by this Timestamp
, with a precision of one second.
A Timestamp
can represent seconds between the UNIX epoch (Jan 1st 1970) and MAX_INSTANT
.