From: djin on
I was an hour late for my class today because Mandrake 10.1 automatically
changed to EST from EDT and I didn't realize it. How do I disable this? Or
better yet, configure it so it knows the new time change dates? I'm not
seeing any obvious option like "enable Daylight Savings Time" in anything
associated with right-clicking the time. Using KDE 3.2.
From: Wes Newell on
On Mon, 29 Oct 2007 18:15:29 -0500, djin wrote:

> I was an hour late for my class today because Mandrake 10.1
> automatically changed to EST from EDT and I didn't realize it. How do I
> disable this? Or better yet, configure it so it knows the new time
> change dates? I'm not seeing any obvious option like "enable Daylight
> Savings Time" in anything associated with right-clicking the time. Using
> KDE 3.2.

http://search.yahoo.com/search?p=linux+timezone&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8

--
Want the ultimate in free OTA SD/HDTV Recorder? http://mythtv.org
My Tivo Experience http://wesnewell.no-ip.com/tivo.htm
Tivo HD/S3 compared http://wesnewell.no-ip.com/mythtivo.htm
AMD cpu help http://wesnewell.no-ip.com/cpu.php
From: djin on
On Mon, 29 Oct 2007 22:40:07 +0000, Wes Newell wrote:

> On Mon, 29 Oct 2007 18:15:29 -0500, djin wrote:
>
>> I was an hour late for my class today because Mandrake 10.1
>> automatically changed to EST from EDT and I didn't realize it. How do I
>> disable this? Or better yet, configure it so it knows the new time
>> change dates? I'm not seeing any obvious option like "enable Daylight
>> Savings Time" in anything associated with right-clicking the time. Using
>> KDE 3.2.
>
> http://search.yahoo.com/search?p=linux+timezone&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8

I'm not seeing anything that has to do with setting the dates when EDT
starts and EST begins (and vice versa). I've already set the timezone to
Eastern time. That's not the problems.
From: Jim Beard on
djin wrote:
> I was an hour late for my class today because Mandrake 10.1 automatically
> changed to EST from EDT and I didn't realize it. How do I disable this? Or
> better yet, configure it so it knows the new time change dates? I'm not
> seeing any obvious option like "enable Daylight Savings Time" in anything
> associated with right-clicking the time. Using KDE 3.2.

If one were to search Google Newsgroups a bit, one might find:


Newsgroups: alt.os.linux.mandriva, comp.lang.php
From: Unruh <unruh-s...(a)physics.ubc.ca>
Date: Sat, 17 Feb 2007 03:12:51 +0100 (CET)
Local: Fri, Feb 16 2007 9:12 pm
Subject: Re: Daylight Savings Time, PHP/Mandrake Linux, March 2007. Options?

It has been posted here many times.
Get the file
tzdata2007a.tar.gz /* look for a newer file, just in case */
from many places on the web
Go to the directory where you downloaded it
tar -xzf tzdata2007a.tar.gz
zic northamerica
rm /etc/localtime
cp /usr/share/zoneinfo/America/Vancouver /etc/localtime
(or if you are unfortunate enough not to live in Vancouver, use the nearest
large city with the same timezone as you have)
That is it.
If you have a program which runs continuously and needs the correct local
time, restart that program. Otherwise sit back and enjoy

OR
urpmi timezone-2007h-1.1mdv

Cheers!

jim b.

--
UNIX is not user-unfriendly; it merely
expects users to be computer-friendly.
From: djin on
On Tue, 30 Oct 2007 01:16:27 +0000, Jim Beard wrote:

> djin wrote:
>> I was an hour late for my class today because Mandrake 10.1
>> automatically changed to EST from EDT and I didn't realize it. How do I
>> disable this? Or better yet, configure it so it knows the new time
>> change dates? I'm not seeing any obvious option like "enable Daylight
>> Savings Time" in anything associated with right-clicking the time. Using
>> KDE 3.2.
>
> If one were to search Google Newsgroups a bit, one might find:
>
>
> Newsgroups: alt.os.linux.mandriva, comp.lang.php From: Unruh
> <unruh-s...(a)physics.ubc.ca> Date: Sat, 17 Feb 2007 03:12:51 +0100 (CET)
> Local: Fri, Feb 16 2007 9:12 pm
> Subject: Re: Daylight Savings Time, PHP/Mandrake Linux, March 2007.
> Options?
>
> It has been posted here many times.
> Get the file
> tzdata2007a.tar.gz /* look for a newer file, just in case */ from
> many places on the web
> Go to the directory where you downloaded it tar -xzf tzdata2007a.tar.gz
> zic northamerica
> rm /etc/localtime
> cp /usr/share/zoneinfo/America/Vancouver /etc/localtime (or if you are
> unfortunate enough not to live in Vancouver, use the nearest large city
> with the same timezone as you have) That is it.
> If you have a program which runs continuously and needs the correct local
> time, restart that program. Otherwise sit back and enjoy
>
> OR
> urpmi timezone-2007h-1.1mdv
>
> Cheers!
>
> jim b.

Thank you very much. This is very helpful.