Home
last modified time | relevance | path

Searched refs:binOtherDate (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java457 XMPDateTime binOtherDate; in fixGPSTimeStamp() local
474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue()); in fixGPSTimeStamp()
476 cal.set(Calendar.YEAR, binOtherDate.getYear()); in fixGPSTimeStamp()
477 cal.set(Calendar.MONTH, binOtherDate.getMonth()); in fixGPSTimeStamp()
478 cal.set(Calendar.DAY_OF_MONTH, binOtherDate.getDay()); in fixGPSTimeStamp()