ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: bvs on July 17, 2011, 04:57:51 PM

Title: ExifTool does not support KML exported from Google Latitude history.
Post by: bvs on July 17, 2011, 04:57:51 PM
Problem is that KML use Unix UTC timestamps:

<Data name="timestamp">
<value>1308204471485</value>
</Data>


Attached files are example of KML and script to convert to acceptable form.
Title: Re: ExifTool does not support KML exported from Google Latitude history.
Post by: Phil Harvey on July 18, 2011, 07:19:59 AM
I don't think this is standard KML.  According to the KML specification, date/time values are encoded as strings in ISO 8601 format.

- Phil