diff --git a/bson/src/commonMain/kotlin/types/ObjectId.kt b/bson/src/commonMain/kotlin/types/ObjectId.kt --- a/bson/src/commonMain/kotlin/types/ObjectId.kt +++ b/bson/src/commonMain/kotlin/types/ObjectId.kt @@ -43,7 +43,7 @@ * The ObjectId creation timestamp, with a resolution of one second. * * This timestamp can represent time from the UNIX epoch (Jan 1 1970) and is stored as 32 unsigned bits - * (approximately Feb 2 2016, see [ObjectId.MAX]'s timestamp for an exact value). + * (approximately Feb 2 2106, see [ObjectId.MAX]'s timestamp for an exact value). */ val timestamp: Instant diff --git a/bson/src/commonMain/kotlin/types/ObjectIdGenerator.kt b/bson/src/commonMain/kotlin/types/ObjectIdGenerator.kt --- a/bson/src/commonMain/kotlin/types/ObjectIdGenerator.kt +++ b/bson/src/commonMain/kotlin/types/ObjectIdGenerator.kt @@ -47,7 +47,7 @@ * (according to [ObjectId.compareTo]) than one generated previously, but only if both were generated * during the same second. * - * However, it is guaranteed until [the year 2016][ObjectId.timestamp] that an ID + * However, it is guaranteed until [the year 2106][ObjectId.timestamp] that an ID * is always strictly greater than one generated in a previous second. */ @ExperimentalAtomicApi