I recommend you store the data in your database in UTC format. You can always reformat the data being displayed to local time zone. Have a look at the tzinfo plugin for proper conversion to local time with day light savings, etc
I recommend you store the data in your database in UTC format. You can always reformat the data being displayed to local time zone. Have a look at the tzinfo plugin for proper conversion to local time with day light savings, etc