Add tests for edge cases in ToLocalTIme (dotnet/corefx#39833)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Sun, 28 Jul 2019 22:50:55 +0000 (15:50 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 22:50:55 +0000 (15:50 -0700)
For dotnet/coreclrdotnet/corefx#25658: Added conditional tests for ToLocalTIme() to test its behavior with DateTime.MinValue, DateTime.MaxValue, and ambiguous DST time.
Fixed duplicate theory parameter for Subtract_DateTimeOffset.

Commit migrated from https://github.com/dotnet/corefx/commit/72fe15dce2875229722bf6bddd409856d0b47ce1


Trivial merge