从 ruby 中的 UUID v1 中提取时间
我存储了以 UUID v1 作为密钥的数据,现在我想知道 UUID 何时生成。我该如何以好的方式做到这一点?
I have stored data that has a UUID v1 as key and I now want to know when the UUID was generated. How do I do that the nice way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这适用于 irb:
感谢我的朋友 KillerFox,他向我展示了简单的解决方案。
This works with irb:
Thanks to my friend KillerFox, he showed me the simple solution.