ok this is very strange.
My computers clock is correct, but whenever I output a created_at field in the database and format it, the day/time are off my several hours…
Is there some Rails 3 localhost type setting?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How is your
config.time_zoneconfigured? You can set it to the right timezone in application.rb (Rails3) or environment.rb (Rails”) (check http://mad.ly/2008/04/09/rails-21-time-zone-support-an-overview/).