[Glass] Default TimeZone ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glass] Default TimeZone ...

marten
Why is the default TimeZone on my gemstone installation PDT - but the
system-wide (Linux) is CET ("TimeZone fromLinux" by the way returns
CEST, which is simply WRONG).

I was aware that VA had lot of troubles with Time zones - but Gemstone
with containers shipping worldwide I thought that this would work -
actually because they use ICU in other areas of their product ....


GemStone 3.1.0.4 under Ubuntu 12.0.4.x

Marten

--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Default TimeZone ...

marten
Am 28.11.2013 09:32, schrieb [hidden email]:
> Why is the default TimeZone on my gemstone installation PDT - but the
> system-wide (Linux) is CET ("TimeZone fromLinux" by the way returns
> CEST, which is simply WRONG).
>

CET/CEST is right - sorry for that ... but still, why and not the system
wide definition ?


--
Marten Feldtmann
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Default TimeZone ...

NorbertHartl
In reply to this post by marten

Am 28.11.2013 um 09:32 schrieb [hidden email]:

Why is the default TimeZone on my gemstone installation PDT - but the
system-wide (Linux) is CET ("TimeZone fromLinux" by the way returns
CEST, which is simply WRONG).

I was aware that VA had lot of troubles with Time zones - but Gemstone
with containers shipping worldwide I thought that this would work -
actually because they use ICU in other areas of their product ....


GemStone 3.1.0.4 under Ubuntu 12.0.4.x

Whenever I install a new image I execute the following script:

set user SystemUser pass swordfish gems push-server
display oops

iferror where

login

run
| osTZ |
System beginTransaction.
osTZ := TimeZone fromOS.
osTZ installAsCurrentTimeZone.
TimeZone default: osTZ.
TimeZoneInfo default: osTZ.
System commitTransaction.
%

hope this helps,

Norbert


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass