issues
search
prueker
/
METARMap
Raspberry Pi project to visualize flight conditions on a map using WS8211 LEDs addressed via NeoPixel
MIT License
119
stars
72
forks
source link
Fix timezones
#25
Closed
njtrettel
closed
3 years ago
njtrettel
commented
3 years ago
I set the pi to local timezone, which broke everything.
Don't convert the time to local when rendering display (already is local)
Convert the time to UTC when comparing against forecast (which is in UTC)
I set the pi to local timezone, which broke everything.