Change of DST [Timezone] at Argentina

2007-12-30 Thread Pablo Halamaj
Hello misc,

The last week a law created a new Daylight Saving Time at Argentina.

It says:

Increase 1h. from Sunday 30 of December at 0:00 A.M. local time.
Decrease 1 h. at Sunday 16 of March at 0:00 A.M. summer time.

So , reading zic's manual page:

$ vi ART

#Rule   NAME FROMTO  TYPEIN  ON  AT  SAVE
  LETTER/S
RuleAmerica/Argentina/Buenos_Aires  2007max -   Dec
 30  0:00w   1:00S
RuleAmerica/Argentina/Buenos_Aires  2008max -   Mar
 16  0:00w   0:00-

$ zic ART

But nothing happens.

Which are the next steps to install the new TimeZone i create?

Thanks for the help

Pablo



Re: Change of DST [Timezone] at Argentina

2007-12-30 Thread Pablo Halamaj
On 30/12/2007, Pablo Halamaj [EMAIL PROTECTED] wrote:
 Hello misc,

 The last week a law created a new Daylight Saving Time at Argentina.

 It says:

 Increase 1h. from Sunday 30 of December at 0:00 A.M. local time.
 Decrease 1 h. at Sunday 16 of March at 0:00 A.M. summer time.

 So , reading zic's manual page:

 $ vi ART

 #Rule   NAME FROMTO  TYPEIN  ON  AT  SAVE
   LETTER/S
 RuleAmerica/Argentina/Buenos_Aires  2007max -   Dec
  30  0:00w   1:00S
 RuleAmerica/Argentina/Buenos_Aires  2008max -   Mar
  16  0:00w   0:00-

Reading zic's manual again. ART now looks:

#Rule   NAMEFROMTO  TYPEIN  ON  AT  SAVELETTER/S
RuleBA  19932007-   Nov 30  0:00w   0:00-
RuleBA  2007max -   Dec 30  0:00w   1:00S
RuleBA  2008max -   Mar 16  0:00w   0:00-

# Zone  NAME  GMTOFF
RULES   FORMAT  UNTIL
ZoneAmerica/Argentina/Buenos_Aires  -3:00  BA   BA%sT

 $ zic ART

 But nothing happens.

 Which are the next steps to install the new TimeZone i create?

The changes go great, the time is accurated, but the date is now
displayed as GMT

# date
Sun Dec 30 15:07:15 GMT 2007

What i have to change in order to make date to display ART instead of GMT?
It will display ART or BAT?

 Thanks for the help

 Pablo


Pablo