nutdotnet / WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.
GNU General Public License v3.0
186 stars 18 forks source link

Fix FormatException in Update_Gui #98

Closed gbakeman closed 11 months ago

gbakeman commented 11 months ago

Prevent crashing by wrapping Convert.ToDateTime in Try-Catch block (default operation will continue with update), and in the future, store dates in a standard format for parsing.

Closes #78