Fix datetime bug (dotnet/corefx#39541)
authorLayomi Akinrinade <laakinri@microsoft.com>
Tue, 16 Jul 2019 18:59:27 +0000 (14:59 -0400)
committerAhson Khan <ahson_ahmedk@yahoo.com>
Tue, 16 Jul 2019 18:59:27 +0000 (11:59 -0700)
commite855e92dcc3d32340ca9ac35ada74c6243284623
tree6f3c84142637f804df600555b24858e24c9fc14f
parent004d698066dda1ef8048c01b9ee0e377e76725e6
Fix datetime bug (dotnet/corefx#39541)

Commit migrated from https://github.com/dotnet/corefx/commit/05c0f516cf20cd6ae108ba034984b0cdc740732e
src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Date.cs
src/libraries/System.Text.Json/tests/JsonDateTimeTestData.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.TryGet.Date.cs [new file with mode: 0644]
src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.TryGet.cs