Include timezone in output class such as System?

Issue #19 new
Clinton Foster created an issue

Looking at the returned values in the CurrentWeather object I can’t seem to find timezone.

I see it at the top level in the raw JSON output if I call the API directly like this from a browser:

http://api.openweathermap.org/data/2.5/weather?q=Tampa&appid=insert_key_here

Top-level JSON excerpt:

"timezone": -14400,
"name": "Tampa",
"cod": 200

I suppose the most logical place for it would be System.kt.

Comments (0)

  1. Log in to comment