Closed jacroe closed 3 years ago
Every single taken_at
value in my media.json
file had +00:00
tacked on at the end. Stripping that had Timeliner importing the export fine.
Ah, indeed, it looks like Instagram changed their time format. Should be easy enough to fix!
I'm receiving errors almost immediately after trying to import an Instagram export. Error:
The
media.json
file has data that looks likewhile the
takenAtFormat
withininstagram.go
is set to2006-01-02T15:04:05
.Looks like Instagram is now providing explicit timezone information.