Hi,<br><br>I found the solution to this problem.&nbsp; <br><br>When using shp2pgsql the data type for the date and time column are set to varchar datatype.&nbsp; <br><br>Make sure that the table was create with DATE datatype for timestamps columns.
<br><br>Example:<br><br>CREATE TABLE &quot;mapserver&quot; (gid serial PRIMARY KEY, &quot;location&quot; varchar, &quot;time&quot; date, &quot;imgdate&quot; date);<br><br>The WMS time filter works fine now with PostGIS connection.
<br><br>Regards,<br>Denis<br>