Fixed month calculating issue of calendars(#7666) (#7769)
authorJim Ma <mazong1123@gmail.com>
Sat, 22 Oct 2016 16:19:57 +0000 (00:19 +0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 22 Oct 2016 16:19:57 +0000 (09:19 -0700)
commit817c8397e5bcd4592dfaaaea3a03714ba5c3d3d8
treef4b588e9695ab79f644981ae227d38fb273f4341
parent5ff10a5b41d5481e21df9bbf5a4e8b419895530d
Fixed month calculating issue of calendars(#7666) (#7769)

Fixed the issue introduced by misunderstanding the precedence of '+' and
'>>'.

fix #7666
src/mscorlib/corefx/System/Globalization/GregorianCalendar.cs
src/mscorlib/corefx/System/Globalization/GregorianCalendarHelper.cs
src/mscorlib/corefx/System/Globalization/JulianCalendar.cs
src/mscorlib/src/System/DateTime.cs
src/mscorlib/src/System/Globalization/GregorianCalendar.cs
src/mscorlib/src/System/Globalization/GregorianCalendarHelper.cs
src/mscorlib/src/System/Globalization/JulianCalendar.cs