Message-ID: From: "raddakal (@raddakal)" To: "postgresql-interfaces/psqlodbc" Date: Tue, 11 Mar 2025 16:06:54 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #95: SELECT does not return TimeZone Info from a TIMESTAMP with TIME ZONE column In-Reply-To: References: List-Id: X-GitHub-Author-Login: raddakal X-GitHub-Comment-Id: 2714909131 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 95 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/95#issuecomment-2714909131 Content-Type: text/plain; charset=utf-8 It simply truncates the time zone component without adjusting the data value. Can the timetz/timestamptz data be returned as any other SQL_VARCHAR data column (to return the data as is)? Thanks.