aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2021-05-13 12:07:51 +0200
committerIgor Pashev <pashev.igor@gmail.com>2021-05-13 12:07:51 +0200
commitda04a198a6c6806aa9502121c3a8ae52767229e0 (patch)
tree437748ac5dc2e565c3b1dc24ec4cd6975319e647 /lib
parentbf844972aad8839d430be88b14097fd4cdaec059 (diff)
downloadopenweathermap-da04a198a6c6806aa9502121c3a8ae52767229e0.tar.gz
Print local time
Diffstat (limited to 'lib')
-rw-r--r--lib/Web/OpenWeatherMap/Types/CurrentWeather.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs
index 02d3371..7131dfe 100644
--- a/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs
+++ b/lib/Web/OpenWeatherMap/Types/CurrentWeather.hs
@@ -29,6 +29,7 @@ data CurrentWeather =
, clouds :: Clouds
, dt :: Int
, sys :: Sys
+ , timezone :: Int
, id :: Int
, name :: String
, cod :: Int