Kayaalp wrote:

> You can change the TZ variable in Emacs like:
>
>   (setenv "TZ" "Europe/London")
>
> it works for me. I guess you can make
> a function like this (example in pseudo-code)

Better to do this in the shell's environment
file, e.g. ~/.zshenv for zsh:

    export TZ='Europe/Stockholm'

You can pass this to a tool without setting it
system-wide like this, for example if your wife
has run off with you lawer and now lives in LA:

la-time () {
    TZ="America/Los_Angeles" date
}

-- 
underground experts united
http://user.it.uu.se/~embe8573


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to