Fix Handling time patterns with quotes (dotnet/coreclr#24589)
commit14de5cabbea940c1d016c6afc38720dd9501f361
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Thu, 16 May 2019 17:53:08 +0000 (16 10:53 -0700)
committerMarek Safar <marek.safar@gmail.com>
Tue, 21 May 2019 11:47:07 +0000 (21 13:47 +0200)
tree4c8761b6bf74b1fcc2967d72ae927ba0c1e619a1
parent98880bd6a5432b3000b6ad2d00938fcc1bd0e024
Fix Handling time patterns with quotes (dotnet/coreclr#24589)

We encountered some cultures have a time patterns with single quotes which we should handle keeping the parts between quotes as fixed text inside the pattern and not treat it as any of the time specifiers

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