pyscada / PyScada

PyScada is a open source scada system that uses the Django framework as backend
http://pyscada.rtfd.io/
GNU Affero General Public License v3.0
536 stars 165 forks source link

fixes "Invalid Date" error in HMI #186

Closed trombastic closed 1 week ago

trombastic commented 1 week ago

this bug happend only when the Server LOCAL was set to a location that uses "," for decimals because in this case the implicit conversion from string to float failed ("7200,0" * 1 => NaN)