From: Ben Bleything Date: 2007-02-01T06:31:54+09:00 Subject: Re: convert string to Time? On Thu, Feb 01, 2007, Chris McMahon wrote: > How can I convert a string such as '2007-01-31 12:22:26' to a Time > object? Yup! You want Time.parse: ri Time.parse Ben