= 60) { $m -= 60; $h += 1; } if (strlen($h)<2) $h = "0".$h; if (strlen($m)<2) $m = "0".$m; return $h.$m; } function addDates ($timeadd, $date, $time, $weekday=9) { if ($weekday == 9) $noweekday=1; else $noweekday=0; $h1 = substr ($time, 0, 2); $m1 = substr ($time, 2, 2); $h2 = substr ($timeadd, 0, 2); $m2 = substr ($timeadd, 2, 2); $h = $h1 + $h2; $m = $m1 + $m2; if ($m >= 60) { $m -= 60; $h += 1; } if ($h >= 24) { $stamp = mktime (0, 0, 0, substr($date,4,2), substr($date,6,2), substr($date,0,4)); $stamp += 24*3600; $date = date ("Ymd", $stamp); $weekday += 1; if ($weekday>7) $weekday -= 7; $h -= 24; } if (strlen($h)<2) $h = "0".$h; if (strlen($m)<2) $m = "0".$m; if ($noweekday==1) return array ($date, $h.$m); else return array ($date, $h.$m, $weekday); } function incDate ($date) { $stamp = mktime (0, 0, 0, substr($date,4,2), substr($date,6,2), substr($date,0,4)); $stamp += 24*3600; $date = date ("Ymd", $stamp); return $date; } function decDate ($date) { $stamp = mktime (0, 0, 0, substr($date,4,2), substr($date,6,2), substr($date,0,4)); $stamp -= 24*3600; $date = date ("Ymd", $stamp); return $date; } function formatDateDmy ($date) { $d = substr ($date,6,2); $m = substr ($date,4,2); $y = substr ($date,0,4); return $d . "." . $m . "." . $y; } function formatDateDm ($date) { $d = substr ($date,6,2); $m = substr ($date,4,2); return $d . "." . $m . "."; } function getdist ($arr, $std, $dur='0000') { $arr_h = substr ($arr,0,2); $arr_m = substr ($arr,2,2); $std_h = substr ($std,0,2); $std_m = substr ($std,2,2); $dur_h = substr ($dur,0,2); $dur_m = substr ($dur,2,2); // Wartezeit if ($std_h-$arr_h<0) { $wait_h = 24+($std_h-$arr_h); } else { $wait_h = $std_h-$arr_h; } if ($std_m-$arr_m<0) { $wait_m = 60+($std_m-$arr_m); $wait_h -= 1; if ($wait_h<0) $wait_h = 23; } else { $wait_m = $std_m-$arr_m; } $dist_h = $wait_h + $dur_h; if ($wait_m+$dur_m>=60) { $dist_m = ($wait_m+$dur_m)-60; $dist_h += 1; } else { $dist_m = $wait_m + $dur_m; } if (strlen($dist_h)<2) $dist_h = "0".$dist_h; if (strlen($dist_m)<2) $dist_m = "0".$dist_m; return $dist_h . $dist_m; } ?>
Deprecated: Creation of dynamic property Airport::$pdo is deprecated in /var/www/iof/classes/iof.class.php on line 82

Deprecated: Creation of dynamic property Airport::$id is deprecated in /var/www/iof/classes/iof.class.php on line 219

Warning: Undefined variable $logme in /var/www/iof/classes/iof.class.php on line 221

Deprecated: Creation of dynamic property Airport::$code is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$city is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$mapn is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$mapo is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$fullname is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$country is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$art is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$info_text is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$website is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$wiki is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$timezone is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$countryID is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$timeMap is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$timeUpdate is deprecated in /var/www/iof/classes/iof.class.php on line 223

Deprecated: Creation of dynamic property Airport::$index is deprecated in /var/www/iof/classes/iof.class.php on line 226

Deprecated: Creation of dynamic property Country::$pdo is deprecated in /var/www/iof/classes/country.class.php on line 41

Deprecated: Creation of dynamic property Airport::$Country is deprecated in /var/www/iof/classes/iof.class.php on line 178

Deprecated: Creation of dynamic property Country::$pdo is deprecated in /var/www/iof/classes/country.class.php on line 41

Deprecated: Creation of dynamic property Country::$id is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$name is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$short_name is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$code is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$currency_id is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$color is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$info_text is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$link is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$mnwiki is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$externID is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$active is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$visible is deprecated in /var/www/iof/classes/country.class.php on line 114

Deprecated: Creation of dynamic property Country::$shortname is deprecated in /var/www/iof/classes/country.class.php on line 119

Deprecated: Creation of dynamic property CartaMap::$sizeX is deprecated in /var/www/iof/classes/cartamap.class.php on line 20

Deprecated: Creation of dynamic property CartaMap::$sizeY is deprecated in /var/www/iof/classes/cartamap.class.php on line 21

Deprecated: Creation of dynamic property CartaMap::$show is deprecated in /var/www/iof/classes/cartamap.class.php on line 22
Militärflughafen Samarkand - IOF - Internationale Organisation für Flugverkehr
Warning: Undefined variable $enable_preload in /var/www/iof/includes/iofhead.inc.php on line 23

Warning: Undefined variable $script in /var/www/iof/includes/iofhead.inc.php on line 28

Warning: Undefined variable $bookingscript in /var/www/iof/includes/iofhead.inc.php on line 30

Warning: Undefined variable $js_flexdatalist in /var/www/iof/includes/iofhead.inc.php on line 49

Warning: Undefined variable $js_featherlight in /var/www/iof/includes/iofhead.inc.php on line 55
\n";?>

Internationale Organisation für Flugverkehr

Samarkand

Militärflughafen Samarkand

Lage

Samarkand

al-Bathía

Die Lage des Flughafens auf der Landkarte
Airlines
IOF-Mitglieder, die diesen Flughafen derzeit anfliegen:

keine

Externe Links
Gatebelegung
INT/DOM Boardingtafel
Abflüge
Anküfte

Warning: Undefined variable $linkhome in /var/www/iof/airport.php on line 123

Warning: Undefined property: Airport::$info_table in /var/www/iof/airport.php on line 132

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/iof/airport.php on line 132

Warning: Undefined array key 1 in /var/www/iof/airport.php on line 134
IOF CodeSAK
Landal-Bathía
ZeitzoneUTC+4
FlughafentypInternationaler Flughafen (INT)
Tägliche Abflüge
0
Destinationen
Logo / Info
Am östlichen Rand der bathanischen Hauptstadt Samarkand liegt der größte Militärflughafen des Landes. Nach der bürgerkriegsbedingten Schließung des zivilen Internationalen Flughafens ist der Stützpunkt der Luftwaffe – vom Touristen-Flughafen Tripolis abgesehen – einer der wenigen Orte in al-Bathía, von wo aus noch Flüge vom und ins Ausland möglich sind. Starts und Landungen ziviler Passagiermaschinen sind erlaubt, wenn eine Sondergenehmigung des Obersten Rates der Streitkräfte vorliegt. Um den Anschein der Normalität zu erwecken, werden die Genehmigungen zumeist schnell und unbürokratisch erteilt.
Abfluggates

Warning: Undefined variable $linkhome in /var/www/iof/airport.php on line 210
Alle Boardingtafeln anzeigen

Warning: Undefined variable $linkhome in /var/www/iof/airport.php on line 222

Warning: Undefined variable $linkhome in /var/www/iof/airport.php on line 227
Flüge buchen