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