initial tz helpers
This commit is contained in:
parent
e94ee8d36b
commit
213c502aeb
2 changed files with 5 additions and 0 deletions
|
|
@ -97,3 +97,5 @@ alias benchx=dobenchx
|
|||
#function gvim () {
|
||||
#`which gvim` $* &> /dev/null
|
||||
#}
|
||||
|
||||
source $HOME/.tz_aliases.sh
|
||||
|
|
|
|||
3
.tz_aliases.sh
Normal file
3
.tz_aliases.sh
Normal 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"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue