Re: [Rails] wrong time in application

2011-04-14 Thread RĂ©gis Mesquita
Try adding this to environment.rb config.active_record.default_timezone = :local 2011/4/14 Tobias H. > hey guys, > > i've got a problem and i really don't know how to solve it. > when i'm creating a new dataset in my application, the created_at and > updated_at time will be saved in UTF Time (+

[Rails] wrong time in application

2011-04-14 Thread Tobias H.
hey guys, i've got a problem and i really don't know how to solve it. when i'm creating a new dataset in my application, the created_at and updated_at time will be saved in UTF Time (+000). in my environment.rb i set the following line: config.time_zone = 'Berlin' when i'm using the console