TimeZoneInfo: Use string.Concat instead of string.Format (dotnet/coreclr#8540)
authorJustin Van Patten <jvp@justinvp.com>
Fri, 9 Dec 2016 00:44:20 +0000 (16:44 -0800)
committerDan Moseley <danmose@microsoft.com>
Fri, 9 Dec 2016 00:44:20 +0000 (16:44 -0800)
commitb917ac001c9926af036d6424d41c25aada47945a
tree20ed8dabd11f263f32562c31cdd7a1ba6c14087c
parentab6f11f189eb08a8b9e9de8237e8319240c3de9e
TimeZoneInfo: Use string.Concat instead of string.Format (dotnet/coreclr#8540)

It's more efficient to concatenate the strings.

Commit migrated from https://github.com/dotnet/coreclr/commit/2d56f76c0a7a44e194104e54e5e9c66feba3e931
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.cs