Skip to content

When double has a separator, it may cause ArgumentOutOfRangeException#22

Open
thicsilva wants to merge 1 commit into
alexforster:masterfrom
thicsilva:correct-validation
Open

When double has a separator, it may cause ArgumentOutOfRangeException#22
thicsilva wants to merge 1 commit into
alexforster:masterfrom
thicsilva:correct-validation

Conversation

@thicsilva
Copy link
Copy Markdown

If asterisk reports a Timestamp with a value with a separator, it may cause an error in the conversion (if you are using the application in a Windows environment, the system's regional settings affect the conversion). Example: when converting the string "1708469396.756", the value can be converted to 1708469396756, and when calling .AddSeconds passing this value, ArgumentOutOfRangeException will be generated.

…ption due to system regional settings (Windows)
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.

1 participant