Index: /trunk/psLib/src/astro/psTime.h
===================================================================
--- /trunk/psLib/src/astro/psTime.h	(revision 1210)
+++ /trunk/psLib/src/astro/psTime.h	(revision 1211)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-13 00:35:26 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-13 01:04:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -51,4 +51,24 @@
 );
 
+/** Convert psTime to ISO time.
+ *
+ * Converts psTime to a null terminated string in the form of: YYYY/MM/DD,HH:MM:SS.SSS.
+ *
+ *  @return  char*: Pointer null terminated array of chars.
+ */
+char* psTimeToISOTime(
+    psTime *time    /** Input time to be converted. */
+);
+
+/** Convert psTime to UTC time.
+ *
+ * Converts psTime to UTC time in double precision floating point notation.
+ *
+ *  @return  double: UTC time in floating point notation.
+ */
+double psTimeToISOTime(
+    psTime *time    /** Input time to be converted. */
+);
+
 /// @}
 
Index: /trunk/psLib/src/astronomy/psTime.h
===================================================================
--- /trunk/psLib/src/astronomy/psTime.h	(revision 1210)
+++ /trunk/psLib/src/astronomy/psTime.h	(revision 1211)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-13 00:35:26 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-13 01:04:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -51,4 +51,24 @@
 );
 
+/** Convert psTime to ISO time.
+ *
+ * Converts psTime to a null terminated string in the form of: YYYY/MM/DD,HH:MM:SS.SSS.
+ *
+ *  @return  char*: Pointer null terminated array of chars.
+ */
+char* psTimeToISOTime(
+    psTime *time    /** Input time to be converted. */
+);
+
+/** Convert psTime to UTC time.
+ *
+ * Converts psTime to UTC time in double precision floating point notation.
+ *
+ *  @return  double: UTC time in floating point notation.
+ */
+double psTimeToISOTime(
+    psTime *time    /** Input time to be converted. */
+);
+
 /// @}
 
