From: "Florian Aßmann" Date: 2007-02-01T07:47:33+09:00 Subject: Re: convert string to Time? Look at http://whytheluckystiff.net/ruby/pickaxe/ ... see Time.mktime ... first you should split(' ') ya string and then split the result, order da stuff and put it into mktime... Am 31.01.2007 um 22:20 schrieb Chris McMahon: > How can I convert a string such as '2007-01-31 12:22:26' to a Time > object? > >