store & read local time from the database
Rails by default stores UTC on the database which complicates time
management. Also a local admin connecting to the database needs to be
aware of that.
Using localtime everywhere makes things easier for everyone.