コード例 #1
0
        public void TestNewIndianaTZ()
        {
            string tzId = "America/Indiana/Indianapolis";             // google is returning this in some geo calls under the property: "timeZoneId"

            TimeZoneInfo tzi = TimeZones.GetTimeZoneInfoFromTZId(tzId);

            True(tzi != null && tzi.Id == "Eastern Standard Time");
        }