I'm using an API. The API returns JSON data with a timestamp. The response looks like this:
{'time_gmt': 1213329060, 'day_ind': 'N' ...}
I've familiarity with Python's DateTime objects, but I'm not able to comprehend this time format. Is there any way we can convert it into a more readable format?