From: tadayoshi funaba Date: 2010-11-28T17:35:28+09:00 Subject: [ruby-core:33445] [Ruby 1.9-Feature#4068] Replace current standard Date/DateTime library with home_run Issue #4068 has been updated by tadayoshi funaba. > I am not sure if we need to guarantee granularity less than a nano > second. Do we? ?? but, we already have $ irb193dev -r time -r date main@193-20101128> Time.parse('23:59.59.' + '9'*100).iso8601(100) #=> "2010-11-28T23:59:59.9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999+09:00" main@193-20101128> DateTime.parse('23:59.59.' + '9'*100).iso8601(100) #=> "2010-11-28T23:59:59.9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999+00:00" ---------------------------------------- http://redmine.ruby-lang.org/issues/show/4068 ---------------------------------------- http://redmine.ruby-lang.org