TimeZone setup, as simple as possible

Philippe Marschall philippe.marschall at gmail.com
Tue Aug 21 20:35:53 UTC 2007


2007/8/21, Janko Mivšek <janko.mivsek at eranova.si>:
> Hi,
>
> I'm just going through the challenge to set a local timezone correctly
> and I'm wondering why there is no something as simple as:
>
>         TimeZone setLocal: 'CET'
>
> to set my timezone?

With Chronos you can use:
(Timezone at: #'CET') beSystem

Cheers
Philippe


More information about the Squeak-dev mailing list