Here's a forecast for London, GB from the Open Weather Map in JSON format.
http://api.openweathermap.org/data/2.5/forecast/daily?id=524901
Each list item in the JSON has a key within it called dt
that looks like "dt":1399626000
I haven't done this before, so how do I figure out what format (unix timestamp?) and timezone dt
is in (e.g. GMT, UTC), and how to translate the dt
into a human-friendly format.