Index: /trunk/ippdb/configure.ac
===================================================================
--- /trunk/ippdb/configure.ac	(revision 9795)
+++ /trunk/ippdb/configure.ac	(revision 9796)
@@ -1,4 +1,4 @@
 dnl
-dnl This file was generated by glueforge 0.30
+dnl This file was generated by glueforge 0.31
 dnl
 dnl Do NOT directly edit this file.
@@ -7,5 +7,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippdb], [0.0.53], [pan-starrs.ifa.hawaii.edu])
+AC_INIT([ippdb], [0.0.54], [pan-starrs.ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([ippdb.pc.in])
 
Index: /trunk/ippdb/src/ippdb.c
===================================================================
--- /trunk/ippdb/src/ippdb.c	(revision 9795)
+++ /trunk/ippdb/src/ippdb.c	(revision 9796)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.30
+ * This file was generated by glueforge 0.31
  *
  * Do NOT directly edit this file.
@@ -146,4 +146,14 @@
                 // !->offEnd test
                 continue;
+            case PS_DATA_TIME:
+               // pass through NULLs as "NULL"
+                if (item->data.V) {
+                    psString time = psTimeToISO(item->data.V);
+                    psStringAppend(&str, "%s", time);
+                psFree(time);
+                } else {
+                    psStringAppend(&str, "NULL");
+                }
+                break;
             default:
                 psError(PS_ERR_UNKNOWN, true,"unsupported psMetadataItem type");
Index: /trunk/ippdb/src/ippdb.h
===================================================================
--- /trunk/ippdb/src/ippdb.h	(revision 9795)
+++ /trunk/ippdb/src/ippdb.h	(revision 9796)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.30
+ * This file was generated by glueforge 0.31
  *
  * Do NOT directly edit this file.
