assertEquals(new DateTimeZone('Europe/Sarajevo'), $tz); } function testUnknownExchangeId() { $vobj = <<assertEquals(new DateTimeZone(date_default_timezone_get()), $tz); } function testWindowsTimeZone() { $tz = Sabre_VObject_TimeZoneUtil::getTimeZone('Eastern Standard Time'); $this->assertEquals(new DateTimeZone('America/New_York'), $tz); } function testFallBack() { $vobj = <<assertEquals(new DateTimeZone(date_default_timezone_get()), $tz); } }