Switch Rome to Moscow
[khome.git] / home / bin / time-in-zones
index 6428f8d..cd6ab8e 100755 (executable)
@@ -2,9 +2,17 @@
 
 set -e
 
-ZONES='US/Eastern Europe/Rome Poland NZ'
+declare -a ZONES=(
+    US/Pacific
+    US/Eastern
+    Europe/Moscow
+    #Europe/Rome
+    Poland
+    Asia/Calcutta
+    NZ
+)
 
-for tz in $ZONES
+for tz in ${ZONES[*]}
 do
     printf '%s ' "$tz"
     TZ="$tz" date '+%a %b %d %H:%M:%S'
This page took 0.041949 seconds and 4 git commands to generate.