Please add option to set the db sessions timezone (inside connection string maybe?). Example: ``` SET TIME ZONE 'UTC' ``` `TIMESTAMP WITH TIME ZONE` (type: `timestamptz`) columns in postgres use the db session timezone for date conversion. This is needed because INSERT'ing data on __DST__ (_Daylight Saving Time_) period can have some strange timestamp converting behaviors.