You are not logged in.
Pages: 1
hello i have a problem
all countries in asia is in list timezone
why i cannt see iraq country in list timezone ?
Last edited by badr-azeez (2022-04-05 13:19:46)
Offline
Hello and welcome.
why i cannt see iraq country in list timezone ?
Try to find Asia/Baghdad from the combo box below.
To answer your question literally: because the map fetches the first name in the list of cities of a particular time zone. This is done inside e_tz_map_set_location_text():
location_combo = gst_dialog_get_widget (tzmap->tool->main_dialog, "location_combo");
model = gtk_combo_box_get_model (GTK_COMBO_BOX (location_combo));
valid = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (model), &iter);
Xubuntu 20.04
Offline
Pages: 1