BSON::ObjectId.from_time(Time.new(2024, 10, 1), unique: true).generation_time != Time.new(2024, 10, 1) #337
priceline-rosenfeld
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks for pointing this out. I've created a ticket (here: https://jira.mongodb.org/browse/RUBY-3553) to track this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The provided time doesn't seem to be respected by
ObjectId.from_time
whenunique: true
is provided.Beta Was this translation helpful? Give feedback.
All reactions