I am developing an app in Rails 3.2 that will be used locally. For example, if the user sets that an event starts at 16:00 then whenever they retrieve it it should be 16:00.
What is the best way to configure this in Rails and is it a good idea? It seems no matter what I set, the time changes when either being stored in the database or when being pulled.
I am using MySQL on my backend.