Force short date pattern to use yyyy on Linux (#18316)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Thu, 7 Jun 2018 18:01:26 +0000 (11:01 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 18:01:26 +0000 (11:01 -0700)
commita51328304a95a1a5e0eb037883176dff248dc687
treeb7fbd40ee93710695cf124256b791bfc790689b3
parent33910ce097e4812d17edad61c88c9c348ed80fa8
Force short date pattern to use yyyy on Linux (#18316)

* Force short date pattern to use yyyy on Linux

The default pattern we get is using yy which causes the years  to be displayed  as 2 digits. This is not acceptable for many users. The fix here is to force 4-digit year as a default and still keep the original pattern which has 2-digits year in the optional list

* Address the review feedback
src/System.Private.CoreLib/shared/System/Globalization/CalendarData.Unix.cs