Heroku uses PST as its timezone (GMT-8) and rails does not include the timezone when it creates a timestamp field. Sqlite assumes that all timestamp values are GMT+0. I believe that's where you get your 8hr difference.
On Mar 25, 4:46 am, MartOn <[email protected]> wrote: > Hello > I did a pull from heroku and into a sqlite3 and it seems like the > datetime fields changed default timezone. suddenly all datetimes are > off by 8 hours.. If I am correct there is 8 hour time difference from > Central US time to GMT+1. > > I have set the config.time_zone = 'Copenhagen' in my Rails app.. > And it is the same app running localy as on heroku. > > Any Ideas? > > /MartOn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
