One thing I have done successfully is to set ENV["TZ"] = "UTC" early in my config/environment.rb. That ensure the full Rails process is always in UTC. Time.now will now be the same as Time.now.utc.
Hope that helps! François Beausoleil http://blog.teksol.info/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
