I implement this library with gorm. I think by default gorm implements timestamp with timezone. I don't what I missed, I just setup default configuration of goadmin. But when I save the data with timestamp, the error occurs from postgres. I guess form in goadmin doesn't sending timezone for date. Any clue guys?
@msmaromi You can set the configuration item sql_log on in the configuration page of the website. And check the SQL log to see which SQL statement is executed.
Description
I implement this library with gorm. I think by default gorm implements timestamp with timezone. I don't what I missed, I just setup default configuration of goadmin. But when I save the data with timestamp, the error occurs from postgres. I guess form in goadmin doesn't sending timezone for date. Any clue guys?