Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 16555)
+++ trunk/ippTools/src/chiptool.c	(revision 16556)
@@ -113,6 +113,6 @@
     PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
     PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "==");
-    PXOPT_COPY_DATE(config->args, where, "-dateobs_begin", "dateobs", ">=");
-    PXOPT_COPY_DATE(config->args, where, "-dateobs_end", "dateobs", "<=");
+    PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "dateobs", ">=");
+    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
     PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
     PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
