Fix Formatting Japanese First Year on Linux (dotnet/coreclr#21039)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Fri, 16 Nov 2018 17:02:02 +0000 (09:02 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 17:02:02 +0000 (09:02 -0800)
commit12d7b9a19162f6fa11f9a4f49332e41b2a827da7
tree112a8c2cbef97974825cc8d86e60da93364e2de2
parent44987dfc35d65982e0124659c19b28879982de70
Fix Formatting Japanese First Year on Linux (dotnet/coreclr#21039)

When formatting the first year with Gannen symbol we are checking if the year is followed by single quote which this is the case on Windows but it is not neccessay the case on Linux

Commit migrated from https://github.com/dotnet/coreclr/commit/7f22a149708a9ad6a90b9a92b78c12a7f4ae9d41
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormat.cs