Changeset 1258 for trunk/psLib/src/astronomy/psTime.c
- Timestamp:
- Jul 22, 2004, 9:46:24 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.c
r1256 r1258 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-07-22 01:02:53$14 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-22 19:46:24 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 432 432 } 433 433 434 // Back to 1969435 434 n = time->tm_year + 1900 - 1; 436 435 epoch = (time->tm_year - 70) * SEC_PER_YEAR + ((n/4 - n/100 + n/400) -
Note:
See TracChangeset
for help on using the changeset viewer.
