Changeset 3704 for trunk/psLib/test/astronomy/tst_psTime_03.c
- Timestamp:
- Apr 18, 2005, 1:13:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_03.c
r3682 r3704 19 19 * @author Ross Harman, MHPCC 20 20 * 21 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $22 * @date $Date: 2005-04- 07 20:27:41$21 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2005-04-18 23:13:39 $ 23 23 * 24 24 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 170 170 time8a = psTimeFromISOTime("2004-12-18T1:00:00.00"); 171 171 time8b = psTimeFromISOTime("1972-1-1T1:00:00.00"); 172 out = psTimeLeap seconds(time8a, time8b);172 out = psTimeLeapSecondDelta(time8a, time8b); 173 173 printf("%lld\n", (long long int)out); 174 174 printFooter(stdout, "psTime", "Test H - Find number of leapseconds added between two times", true);
Note:
See TracChangeset
for help on using the changeset viewer.
