luka1199 / geo-heatmap

:world_map: Generate an interactive geo heatmap from your Google location data
MIT License
2.05k stars 226 forks source link

parse old and new timestamp formats #55

Closed dhimmel closed 2 years ago

dhimmel commented 2 years ago

Was getting an error:

ValueError: invalid literal for int() with base 10: '2012-07-30T17:47:01.687Z'

I think the updated location data now uses RFC 3339 formatted strings.

references