Index: trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 21533)
+++ trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 22677)
@@ -116,5 +116,5 @@
                         if (!isfinite(gain)) {
                             psWarning("CELL.READNOISE is supposed to be in ADU, but CELL.GAIN isn't set -- forcing to 1.0");
-			    gain = 1.0;
+                            gain = 1.0;
                         }
                         rn /= gain;
@@ -876,4 +876,6 @@
         return NULL;
     }
+
+    time->type = timeSys;
 
     psMetadataItem *item = psMetadataItemAllocPtr(pattern->name, PS_DATA_TIME, pattern->comment, time);
