Searched refs:unixTime (Results 1 – 1 of 1) sorted by relevance
2627 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local2628 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()