Ejemplo n.º 1
0
        public void ShouldConvertFromIANAToWindowsTimeZone()
        {
            string windowsTimeZone = _basicTimeZoneConverter.IANAToWindows("Fake/IANA");

            Assert.AreEqual("Fake Windows Zone", windowsTimeZone);
        }