SELECT datetime(timestamp,'UNIXEPOCH','localtime') AS "Timestamp", name, start_point_name, start_point_latitude, start_point_longitude, end_point_latitude, end_point_latitude, telephone, url, transport_type AS "0-Drive, 1=transit, 2=walk", start_point_is_current_location AS "Start Point:1=Current Location" from DirectionsSearches order by timestamp desc