instagram: Update date format

Should fix #59, but I haven't tested it yet
This commit is contained in:
Matthew Holt
2020-12-19 01:09:22 -07:00
parent 6daa5cdf91
commit 39454ebc79

View File

@@ -134,4 +134,4 @@ func (c *Client) getMediaIndex(filename string) (instaMediaIndex, error) {
return idx, nil
}
const takenAtFormat = "2006-01-02T15:04:05"
const takenAtFormat = "2006-01-02T15:04:05+07:00"