Topic: Time.now (Differences between 1.8.7 and 1.9.2)
Guys, A bit of Ruby help. I am using Time.now.to_s , to get the current time and parse it a little bit to make it compatible with my requirements. This is what I get on Ruby 1.9.2 , which meets my requirement. ruby -v ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] irb(main):002:0> Time.now.to_s =>