Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 JRuby,有没有一种将 Java Date 对象转换为 JRuby Time 对象的好方法?我正在使用最新版本的 JRuby (1.3.1) 和 Java SE 6。
这应该可以正常工作:
Time.at(java.util.Date.new.getTime/1000)