Index: trunk/ippdb/src/ippdb.c
===================================================================
--- trunk/ippdb/src/ippdb.c	(revision 9788)
+++ 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");
