initial tz helpers

This commit is contained in:
Barak Michener 2015-12-28 19:45:52 -05:00
parent e94ee8d36b
commit 213c502aeb
2 changed files with 5 additions and 0 deletions

View file

@ -97,3 +97,5 @@ alias benchx=dobenchx
#function gvim () { #function gvim () {
#`which gvim` $* &> /dev/null #`which gvim` $* &> /dev/null
#} #}
source $HOME/.tz_aliases.sh

3
.tz_aliases.sh Normal file
View file

@ -0,0 +1,3 @@
alias time_pst='TZ="America/Los_Angeles" date "+%I:%M%p %Z"'
alias time_est='TZ="America/New_York" date "+%I:%M%p %Z"'
alias time_cet='TZ="Europe/Paris" date "+%I:%M%p %Z"'