How can I add 10 minutes to this time stamp? Thanks. MC ServerTime = 'Wed Dec 09 16:05:00 -0600 2009' ServerTime + Time.parse(10) #<-it does not work without parse since I get error can't convert Fixnum into a string. what do you think? -- Posted via http://www.ruby-forum.com/.