Changeset 8773
- Timestamp:
- Sep 7, 2006, 2:58:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r8772 r8773 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.9 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-09-08 00: 30:03$12 * @version $Revision: 1.96 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-09-08 00:58:35 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1497 1497 // Convert YYYY-MM-DDThh:mm:ss.sss[Z] in string form to tm time 1498 1498 psTime *outTime = psTimeStrptime(input, "%Y-%m-%dT%H:%M:%S"); 1499 1500 1499 if (!outTime) { 1501 1500 psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Specified ISO Time string, '%s', is malformed. Must be in 'YYYY-MM-DDThh:mm:ss.sss' format."), input); 1502 1501 return NULL; 1503 1502 } 1503 1504 outTime->type = type; 1504 1505 1505 1506 return outTime;
Note:
See TracChangeset
for help on using the changeset viewer.
