Add US/Mountain to my list of zones
[khome.git] / home / bin / time-in-zones
index cd6ab8e..bfb265f 100755 (executable)
@@ -3,12 +3,13 @@
 set -e
 
 declare -a ZONES=(
+    UTC
     US/Pacific
+    US/Mountain
     US/Eastern
-    Europe/Moscow
-    #Europe/Rome
-    Poland
-    Asia/Calcutta
+    Europe/Warsaw
+    Europe/Samara
+    Asia/Manila
     NZ
 )
 
This page took 0.027043 seconds and 4 git commands to generate.