I am using gorm http://jinzhu.me/gorm/ to handle database in my golang project. When i update a record, the update_at time is not same as my local time server. How do i solve it??
I found my issue. When connect to database, i miss "&loc=Local" parameter. And it causes my above problem. Thanks for watching!