Index: trunk/ippScripts/scripts/phase0_exp.pl
===================================================================
--- trunk/ippScripts/scripts/phase0_exp.pl	(revision 9524)
+++ trunk/ippScripts/scripts/phase0_exp.pl	(revision 9696)
@@ -55,5 +55,6 @@
                            "alt", # Altitude
                            "az", # Azimuth
-                           "ccd_temp" # CCD temperature
+                           "ccd_temp", # CCD temperature
+                           "dateobs", # Time of exposure
                        ];
 
@@ -61,5 +62,4 @@
 use constant VARIABLES => [
                            "exp_time", # Exposure time
-###                           "time" # Time of exposure --- not yet implemented
                            ];
 
Index: trunk/ippScripts/scripts/phase0_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/phase0_imfile.pl	(revision 9524)
+++ trunk/ippScripts/scripts/phase0_imfile.pl	(revision 9696)
@@ -52,5 +52,6 @@
     "FPA.ALT"      => "-alt",        # Altitude
     "FPA.AZ"       => "-az",        # Azimuth
-    "FPA.POSANGLE" => "-posang" # Position angle
+    "FPA.POSANGLE" => "-posang", # Position angle
+    "FPA.TIME"     => "-dateobs", # Date of observation (UTC)
     };
 
