Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FormatException in Update_Gui #98

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Conversation

gbakeman
Copy link
Contributor

@gbakeman gbakeman commented Aug 5, 2023

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

- 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
@gbakeman gbakeman linked an issue Aug 5, 2023 that may be closed by this pull request
@gbakeman gbakeman merged commit 865d7b4 into Dev-2.2 Aug 5, 2023
1 check passed
@gbakeman gbakeman deleted the 78-date-format-exception branch August 5, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting short date format in windows makes WinNut crash
1 participant