Fix Abbreviated Genitive Month Names Parsing (dotnet/coreclr#26379)
commit9ad1f080778a92dd5e64f77013af187ee8ae81ee
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Tue, 27 Aug 2019 01:03:40 +0000 (26 18:03 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 27 Aug 2019 20:56:08 +0000 (27 22:56 +0200)
tree31b5fefa91565f12121781cdabf5a06d4ec345b4
parentf4145ce10815b2f4a1d585dbdf462aa17015aed1
Fix Abbreviated Genitive Month Names Parsing (dotnet/coreclr#26379)

* Fix Abbreviated Genitive Month Names Parsing

In 3.0 we have fixed the formatting to use the abbreviated genitive month names when having "d" format specifier followed by "MMM". This fix is good as original formatting specs required but we needed to support the parsing when we have such genitive names.

* Addressing the feedback

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfoScanner.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeParse.cs