|
|
Subject: Patch for DST Time Change in Australia
From: Unruh
Date: 9/25/2007 4:02:34 PM
prabhuram.k@gmail.com writes:
>Hello All,
>I am just looking to get a patch for the recent change in DST time
>settings in Australia. Can somebody help me over it. Its great if I
>can get a patch for linux 7.3, as my application is runnig on that.
What is Linux 7.3? There is no such animal.
Anyway
ftp://elsie.nci.nih.gov/pub/
and get the latest tzdata*.tar.gz
Untar it, compile the austral-asia file with zic and install you timezone
to /etc/localtime
>Please refer this URL for more details on the recent changes in DST
>settings in Australia:
>http://alldownunder.com/oz-k/date/australian-daylight-savings.htm
>Thanks in advance,
>Prabhu
Subject: Patch for DST Time Change in Australia
From: Unruh
Date: 9/26/2007 5:04:34 PM
prabhuram.k@gmail.com writes:
>On Sep 25, 9:02 pm, Unruh <unruh-s...@physics.ubc.ca> wrote:
>> prabhura...@gmail.com writes:
>> >Hello All,
>> >I am just looking to get a patch for the recent change in DST time
>> >settings in Australia. Can somebody help me over it. Its great if I
>> >can get a patch for linux 7.3, as my application is runnig on that.
>>
>> What is Linux 7.3? There is no such animal.
>>
>> Anywayftp://elsie.nci.nih.gov/pub/
>> and get the latest tzdata*.tar.gz
>> Untar it, compile the austral-asia file with zic and install you timezone
>> to /etc/localtime
>>
>> >Please refer this URL for more details on the recent changes in DST
>> >settings in Australia:
>> >http://alldownunder.com/oz-k/date/australian-daylight-savings.htm
>> >Thanks in advance,
>> >Prabhu
>Thanks a lot for the info. I downoaded the latest tzdata and compiled
>using zic and replaced the zoneinfo. But now, the DST settings for
>Australia starts correctly ( moves one hour ahead from 2:00 to 3:00),
>but it is not ending at first sunday in april. Once the time reaches
>2:00 AM, it continues to go 2:01, rather than reseting the clock to
>1:00 AM. Any help would be highly appriciated.
And you know this how?
And are you sure that it is not at 3 DST that it changes?
Try zdump -v /etc/localtime. It will tell you exactly when the
"discontinuities" ( changes to/from DST are)
>Thanks,
>Prabhu
Subject: Patch for DST Time Change in Australia
From: Unruh
Date: 9/28/2007 5:13:18 PM
prabhuram.k@gmail.com writes:
>On Sep 25, 9:02 pm, Unruh <unruh-s...@physics.ubc.ca> wrote:
>> prabhura...@gmail.com writes:
>> >Hello All,
>> >I am just looking to get a patch for the recent change in DST time
>> >settings in Australia. Can somebody help me over it. Its great if I
>> >can get a patch for linux 7.3, as my application is runnig on that.
>>
>> What is Linux 7.3? There is no such animal.
>>
>> Anywayftp://elsie.nci.nih.gov/pub/
>> and get the latest tzdata*.tar.gz
>> Untar it, compile the austral-asia file with zic and install you timezone
>> to /etc/localtime
>>
>> >Please refer this URL for more details on the recent changes in DST
>> >settings in Australia:
>> >http://alldownunder.com/oz-k/date/australian-daylight-savings.htm
>> >Thanks in advance,
>> >Prabhu
>Thanks a lot for the info. I downoaded the latest tzdata and compiled
>using zic and replaced the zoneinfo. But now, the DST settings for
>Australia starts correctly ( moves one hour ahead from 2:00 to 3:00),
>but it is not ending at first sunday in april. Once the time reaches
>2:00 AM, it continues to go 2:01, rather than reseting the clock to
>1:00 AM. Any help would be highly appriciated.
Looking at the file, Australia changes its times at 2:00 Standard time.
Ie, the change back occurs at 3:00 DST which drops back to 2:00 standard
time, not at 2:00 DST dropping back to 1:00 standard time.
Anyway use zdump to find out when the times change in a give timezone file.
>Thanks,
>Prabhu
|