Index: trunk/psLib/src/astronomy/psTime.c
===================================================================
--- trunk/psLib/src/astronomy/psTime.c	(revision 1262)
+++ trunk/psLib/src/astronomy/psTime.c	(revision 1268)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-22 20:37:07 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-22 20:54:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -276,5 +276,5 @@
     // Convert YYYY/MM/DD,HH:MM:SS.SSS in string form to tm time
     year = atoi(strtok(tempString, "/"));
-    if(year < 0) {
+    if(year < 1900) {
         psError(__func__,"Years less than 1900 not allowed. Value: %d", year);
     }
