[ic] Simple question re time and Date

Jon Jensen interchange-users@lists.akopia.com
Mon Jul 9 10:47:01 2001


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