Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 22682)
+++ trunk/psLib/src/astro/psTime.h	(revision 22710)
@@ -241,5 +241,5 @@
 /** Convert psTime to ISO8601 formatted string.
  *
- *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sssssssss.
+ *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.ssssss
  *  This function does not add or subtract leapseconds.
  *
@@ -249,4 +249,18 @@
     const psTime* time                  ///< Input time to be converted.
 );
+
+/** Set number of decimals printed by psTimeToISO
+ *
+ * @return int: Previous setting
+ */
+int psTimeSetISODecimals(
+    int num                             ///< Number of decimals to print
+    );
+
+/** Get number of decimals printed by psTimeToISO
+ *
+ * @return int: Current setting
+ */
+int psTimeGetISODecimals(void);
 
 /** Convert psTime to ISO8601 formatted string with limited decimal places
