Hi
I make the timezoneinfo.txt script with success,.
But
evaluating
Time now 18:28:38 => good
Date today 10/18/10 => good
TimeStamp now 10/18/10 21:29:30 => wrong.
any clue?
best regards
mdc
On Mon, Oct 18, 2010 at 5:48 PM, Nick Ager <
[hidden email]> wrote:
> I wrote the following bash file to set the timezone to the machine's OS's
> 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 this helps
> Nick
> On 18 October 2010 21:09, Juan <
[hidden email]> wrote:
>>
>> hi
>>
>> I have problems try to configure TimeZone , the time informed by system is
>> wrong
>> there is any procedure to adjust TimeZone and friends?
>> any pointer be appreciated
>> best regards
>> mdc
>
>