Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 3708)
+++ trunk/psLib/src/astro/psTime.h	(revision 3712)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-19 00:17:05 $
+ *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-19 02:13:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -40,4 +40,6 @@
     PS_TIME_TAI,        ///< Temps Atomique International (TAI) time (time with leapseconds).
     PS_TIME_UTC,        ///< Universal Time Coordinated (UTC) time (time without leapseconds).
+    PS_TIME_UT1,        ///< Universal Time corrected for polar motion
+    PS_TIME_TT,         ///< Terrestrial Time
 } psTimeType;
 
@@ -52,5 +54,6 @@
 {
     psS64 sec;          ///< Seconds since epoch, Jan 1, 1970.
-    psU32 usec;         ///< Microseconds since last second.
+    psU32 nsec;         ///< Nanoseconds since last second.
+    psBool leapsecond;  ///< if time falls on UTC leapsecond
     psTimeType type;    ///< Type of time.
 }
