You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing my BrewPi page from a time zone other than the time zone of the physically located BrewPi the Beer Profile graph shows the incorrect temperature value.
For example:
My BrewPi is located in EDT while I am viewing my BrewPi page from CDT (1 hour behind). The Beer Profile graph shows 58.79 degrees F as the current profile value while the Current Beer Profile value (in the upper left "LCD") shows 57.6 degrees F. The 58.79 degrees F value shown in the Beer Profile graph is the correct value but for 1 hour prior.
Additionally, it looks like the Beer Profile values are stored without a time zone, this will cause issues if the Beer Profile is adjusted on a machine with a different time zone then the time zone of the BrewPi.
When viewing my BrewPi page from a time zone other than the time zone of the physically located BrewPi the Beer Profile graph shows the incorrect temperature value.
For example:
My BrewPi is located in EDT while I am viewing my BrewPi page from CDT (1 hour behind). The Beer Profile graph shows 58.79 degrees F as the current profile value while the Current Beer Profile value (in the upper left "LCD") shows 57.6 degrees F. The 58.79 degrees F value shown in the Beer Profile graph is the correct value but for 1 hour prior.
I believe the issue stems from this line in the master branch:
https://github.com/BrewPi/brewpi-www/blob/master/js/control-panel.js#L238
and this line in the legacy branch:
https://github.com/BrewPi/brewpi-www/blob/master/js/control-panel.js#L238
Although I'm sorry I have no expertise in how to fix it.
The text was updated successfully, but these errors were encountered: