We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eadde4 commit c5df54fCopy full SHA for c5df54f
src/Exceptionless.DateTimeExtensions/TimeUnit.cs
@@ -33,7 +33,6 @@ public static bool TryParse(string value, out TimeSpan? time)
33
34
string normalized = value.Trim();
35
36
-// bail if we have any weird characters
37
// bail if we have any weird characters
38
foreach (char c in normalized)
39
if (!Char.IsLetterOrDigit(c) && c != '-' && c != '+' && !Char.IsWhiteSpace(c))
0 commit comments