IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17906 for trunk/psLib


Ignore:
Timestamp:
Jun 4, 2008, 2:43:14 PM (18 years ago)
Author:
Paul Price
Message:

Parse times as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataItemParse.c

    r12289 r17906  
    275275        PS_METADATA_ITEM_PARSE_STRING(U16, "%d");
    276276        PS_METADATA_ITEM_PARSE_STRING(U32, "%d");
     277      case PS_DATA_TIME:
     278        return psTimeToISO(item->data.V);
    277279
    278280    default:
Note: See TracChangeset for help on using the changeset viewer.