--- gworldclock-1.4.4.orig/zones.h
+++ gworldclock-1.4.4/zones.h
@@ -34,15 +34,31 @@
   "Australia",
   "Europe",
   "Indian Ocean",
-  "Pacific Ocean" };
+  "Pacific Ocean",
+  "Universal" };
 
 /* Keep this number up to date with the number of continents in the
    array above.  Not that the number of continents on Earth is going
-   to change, but you know.  */ 
+   to change, but you know.  Well, it changed to add the Universal
+   group */ 
 
-static const gint Ncontinents = 10;  
+static const gint Ncontinents = 11;  
 
+/* keep synced with Universal entry in continents array above */
+static const gchar *universalLabel = "Universal"; 
 
+/* Universal zones can be seen in /usr/share/zoneinfo */
+static const gchar *universalZones[] = 
+{ "Universal",
+  "UTC",
+  "GMT",
+  "Zulu",
+  "Navajo"
+};
+/* Keep this number up to date with the number of universal zones in the
+   array above. */
+static const gint NuniversalZones = 5;
+ 
 typedef struct NameCodeType {
   gchar *name;
   gchar *code;  /* actually only 2 characters needed, but 3 would be better */
