I'm not sure how you are parsing the date from DB but when I call
Time.parse directly I get the correct result:
t = Time.parse("2008-8-27 9:15:50") => 2008-08-27 09:15:50 -0600
t.zone => "Mountain Daylight Time"-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
