LoveBootCaptain / WeatherPi_TFT

a weather display for a raspberry pi and a TFT display written in python3 and pygame
Other
78 stars 24 forks source link

convert sunrise and sunset to timestring in local timezone #15

Closed LoveBootCaptain closed 4 years ago

LoveBootCaptain commented 4 years ago

lucky me… there is a real unix timestamp in the daily forecast object. additionally i convert every datetime object with datetime.astimezone() - thx for the hint Martin over at hackster.io