In Rails 2.x I didn't specifically have to set any timezone info and the user, no matter what timezone they were in, would get the datetime specified by the user in their OS.
Now in Rails 3 everything is displayed in UTC. Is it possible to get back that default viewing behaviour without having to put in some js hack to detect the user's timezone?
Thanks!
Chris
A simple way to lookup the time zone from the IP address:
GeoKit seems like a more robust option for getting the coordinates if you want to look up the coordinates of a postal address.
http://geokit.rubyforge.org/index.html
I found that if you add localtime to your string you get the proper date time...