<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Have you tried typecasting your "timestamp with time zone" to a
    "timestamp witout time zone" as a workaround ?<br>
    <br>
    <b>ogr2ogr ... -sql "select id, date_modified::timestamp, geom from
      public.my_geometry_table" ...</b><br>
    <br>
    <br>
    Regards<br>
    <br>
    Bo Victor Thomsen<br>
    AestasGIS<br>
    Denmark<br>
    <br>
  </body>
</html>