> Does anybody know how I can get the offset to the time returned by Postgres> using ODBC??, this is not included in the above struct.
select date_part('timezone', timefield)
will do it, so just return another column in the query.
- Thomas