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.
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