diff --git a/common/main/en.xml b/common/main/en.xml
index e9a8b78ad6e..a15e8c606e3 100644
--- a/common/main/en.xml
+++ b/common/main/en.xml
@@ -4501,6 +4501,11 @@ annotations.
Petropavlovsk-Kamchatski Summer Time
+
+
+ Kazakhstan Time
+
+
East Kazakhstan Time
diff --git a/common/supplemental/coverageLevels.xml b/common/supplemental/coverageLevels.xml
index e874534d16a..10401d9f610 100644
--- a/common/supplemental/coverageLevels.xml
+++ b/common/supplemental/coverageLevels.xml
@@ -118,7 +118,7 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
@@ -128,7 +128,7 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
@@ -1284,4 +1284,4 @@ For terms of use, see http://www.unicode.org/copyright.html
-
\ No newline at end of file
+
diff --git a/common/supplemental/metaZones.xml b/common/supplemental/metaZones.xml
index e8098c9c0c8..9b21b5dc453 100644
--- a/common/supplemental/metaZones.xml
+++ b/common/supplemental/metaZones.xml
@@ -803,7 +803,7 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
@@ -816,19 +816,22 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
+
-
+
+
-
+
+
@@ -993,7 +996,8 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
+
@@ -1013,13 +1017,14 @@ For terms of use, see http://www.unicode.org/copyright.html
-
+
-
+
+
@@ -1776,6 +1781,7 @@ For terms of use, see http://www.unicode.org/copyright.html
+
@@ -1953,6 +1959,7 @@ For terms of use, see http://www.unicode.org/copyright.html
+
diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/test/XPathToMenu.java b/tools/cldr-code/src/main/java/org/unicode/cldr/test/XPathToMenu.java
index cfb247728b7..0c263d91d28 100644
--- a/tools/cldr-code/src/main/java/org/unicode/cldr/test/XPathToMenu.java
+++ b/tools/cldr-code/src/main/java/org/unicode/cldr/test/XPathToMenu.java
@@ -319,6 +319,7 @@ private static Map getMetazoneToContinentMap() {
"Long_Shu", "Asia",
"Samara", "Europe",
"Greenland", "America",
+ "Kazakhstan", "Asia",
};
private XPathToMenu() {}