Mmm, this will work ONLY if your DB is Oracle...
For me the solution was to specify the Timezone value in the Connection setting in DB Connect app configuration page. It works for the entire DB, which means that all timestamps in the connection will be treated with the same time zone.
If you want to have different Timezone for different tables in the same DB then you can have a workaround by setting up different connections in DB connect app to the same DB, only using different timezone setting and name.
... View more