The Instagram API return a created_time
field attached to each media (example of API response here).
The value of this field is a simple timestamp. My question is : In which timezone is it ? I need this information to convert the timezone in Europe/Paris, if needed, before store it in my database (I assumed that all date related datas in my database are in Europe/Paris).
Thank you !