diff options
Diffstat (limited to 'worldclock')
-rwxr-xr-x | worldclock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ do for TZ in $ZONES ; do if [ $TZ = "unix" ] then TIME=$( date +%s ) - else TIME=$( date ) + else TIME=$( TZ="$TZ" date ) fi echo -e $TIME "\t" $TZ done |