Searched refs:unixTime (Results 1 – 3 of 3) sorted by relevance
611 static String formatDebugTime(long unixTime, long now) {613 time.set(unixTime);615 long delta = unixTime - now;618 return String.format("[%d] %s (%+d mins)", unixTime,622 return String.format("[%d] %s (%+d secs)", unixTime,
2627 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local2628 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()
11478 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp() local11479 struct tm *UTCTimestamp = gmtime(&unixTime); in getExifGpsDateTimeStamp()