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