The conversion into a '.kml' file required some research about
**Time Stamp**
After some initial [research](https://developers.google.com/kml/documentation/kmlreference#timestamp) into typical kml conform time stamps and comparing them to the tweets.csv, we identified chose to aim for a time stamp that was already in most parts given in the .csv, but with a few differences:
> kml time stamp: 1997-07-16T10:30:15+03:00
> tweets.csv time format: 2012-11-05 15:47:16+01
We therefore concluded that we needed to add in the "T" where the blank space is and add ":00" at the end.
<details><summary>This is how we created the kml-conform time stamp</summary>