C# TimeSpan.Parse issue (25 hours -> 25 days) #8060
Replies: 2 comments 2 replies
-
Please file this at dotnet/runtime. I unfortunately can't seem to move this issue there for some reason with GitHub that I haven't been able to figure out. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm struggling to figure out where to register a bug I found with C#, so here goes. When parsing a 25-hour string with TimeSpan.Parse, it instead parses out to 25 days.
I'm using Microsoft .NET Framework
Version 4.8.09032
Beta Was this translation helpful? Give feedback.
All reactions