diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2021-05-13 12:07:51 +0200 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2021-05-13 12:07:51 +0200 |
| commit | da04a198a6c6806aa9502121c3a8ae52767229e0 (patch) | |
| tree | 437748ac5dc2e565c3b1dc24ec4cd6975319e647 /lib/Web/OpenWeatherMap/Types | |
| parent | bf844972aad8839d430be88b14097fd4cdaec059 (diff) | |
| download | openweathermap-da04a198a6c6806aa9502121c3a8ae52767229e0.tar.gz | |
Print local time
Diffstat (limited to 'lib/Web/OpenWeatherMap/Types')
| -rw-r--r-- | lib/Web/OpenWeatherMap/Types/CurrentWeather.hs | 1 |
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 |
