File.ctime returns no subseconds

When calling File.ctime(path).to_f on ruby 1.8.6 or 1.8.7 it returns a
value without subseconds. Like 123123123.0
Ruby 1.9.2 in this case returns proper value with subseconds.
How I can get proper value on 1.8.6 or 1.8.7?