List zones 1 per line
[khome.git] / home / bin / time-in-zones
index 6428f8d..aa78407 100755 (executable)
@@ -2,7 +2,12 @@
 
 set -e
 
-ZONES='US/Eastern Europe/Rome Poland NZ'
+ZONES='
+    US/Eastern
+    Europe/Rome
+    Poland
+    NZ
+'
 
 for tz in $ZONES
 do
This page took 0.021853 seconds and 4 git commands to generate.