marcinpr
Results
2
comments of
marcinpr
Thank you, I've just found your pool-request :). I've managed to build the app! Now it has all the features I need! Thank you!
I have found a solution to my question from the last sentence: `sunrise_aware = pytz.timezone('UTC').localize(suncalc.get_times(date, lon, lat)['sunrise'])` `print(sunrise_aware.astimezone().strftime("%H:%M:%S %Z"))` Is there any simpler solution?