Index: trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- trunk/psLib/src/types/psMetadataConfig.c	(revision 10196)
+++ trunk/psLib/src/types/psMetadataConfig.c	(revision 10233)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.124 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-11-20 17:50:08 $
+*  @version $Revision: 1.125 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-11-28 22:18:31 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -342,13 +342,9 @@
     }
 
-    // like psTimeFromISO() but the ending Z is required
-    psTime *out = psTimeStrptime(inString, "%Y-%m-%dT%H:%M:%SZ");
+    psTime *out = psTimeFromISO(inString, tt);
     if (!out) {
         *status = 1;
         return NULL;
     }
-
-    // psTimeStrptime() leaves the type at the default
-    out->type = tt;
 
     *status = 0;
