#!/bin/bash read strTZ if [ -n "$strTZ" ]; then TZ="$strTZ" date else date fi