Changeset 3705 for trunk/psLib/src/astronomy/psTime.c
- Timestamp:
- Apr 18, 2005, 1:30:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.c
r3704 r3705 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-04-18 23: 13:37$12 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-18 23:30:54 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 812 812 } 813 813 814 char* psTimeToISO Time(const psTime *time)814 char* psTimeToISO(const psTime *time) 815 815 { 816 816 psS32 ms = 0; … … 979 979 } 980 980 981 psTime* psTimeFromISO Time(const char *time)981 psTime* psTimeFromISO(const char *time) 982 982 { 983 983 psS32 millisecond;
Note:
See TracChangeset
for help on using the changeset viewer.
