[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Simple question re time and Date
On Mon, 9 Jul 2001, Garry wrote:
> I am in the UK, but my Interchange is based on a web server in the US. Is
> it possible to change the time as used by IC to GMT ? as the date / time
> shown on confirmation emails is incorrect to UK customers.
I haven't tested this, but you should be able to set the TZ environment
variable in the shell:
export TZ=GMT (sh/bash/ksh)
or
setenv TZ GMT (csh/tcsh)
Then start the Interchange daemon as usual, from that same shell.
Jon