You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But a date with a 9 is not as long as it could be. So it will not recognize 12/11/2024 10:36:43 AM as a datetime as its too long.
It will however find 2/11/2024 10:36:43 AM and scrub that.
The text was updated successfully, but these errors were encountered:
When the culture is set to
en-US
and I do
then I receive
I did however expect it to yield
This is because the "Long" Date in this Class has a 9
Verify/src/Verify/Serialization/Scrubbers/DateScrubber_Generated.cs
Line 4 in a148ff1
But a date with a 9 is not as long as it could be. So it will not recognize
12/11/2024 10:36:43 AM
as a datetime as its too long.It will however find
2/11/2024 10:36:43 AM
and scrub that.The text was updated successfully, but these errors were encountered: