From: Russell Penney Date: 2010-03-11T17:42:55+09:00 Subject: [ruby-core:28606] [Bug #2952] Time.strftime format %N Issue #2952 has been updated by Russell Penney. Firstly to_r is not defined for Time at least in 1.9.1 Also try t = Time.at(1236922275, 8516) puts t.strftime("%s.%6N") it prints 1236922275.008516 which is wrong. It should be 1236922275.851600 ---------------------------------------- http://redmine.ruby-lang.org/issues/show/2952 ---------------------------------------- http://redmine.ruby-lang.org