Thank you Nick.
I used your script already. It sets the timezone fine. But already running
gems do not get an updated timezone. I've had to restart them.
Stephan
On 13 dec 2010, at 13:07, Nick Ager wrote:
> Hi Stephan,
>
> Below is a script I run set the timezone:
>
> ----
> #!/bin/bash
>
> $GEMSTONE/bin/topaz -l << EOF
>
> set user SystemUser pass swordfish gems seaside
>
> login
> run
> | osTZ |
> System beginTransaction.
> osTZ := TimeZone fromOS.
> osTZ installAsCurrentTimeZone.
> TimeZone default: osTZ.
> TimeZoneInfo default: osTZ.
> System commitTransaction.
> %
>
> logout
> errorCount
> EOF
> ----
>
> Hope that helps
>
> Nick
>
>
> On 13 December 2010 11:02, Stephan Eggermont <
[hidden email]> wrote:
> or is there a way to directly notify them?
>
> Stephan
>