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