<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>When you say zone info file, do you mean tzdata?</DIV>
<DIV>If so would this work:</DIV>
<DIV>cp /etc/localtime /etc/localtime.bk </DIV>
<DIV>cp ...tzdata /etc/localtime</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Guy Lessard<BR>Professeur CÉGEP de l'Outaouais<BR>Gatineau, Québec<BR>Canada<BR><BR>>>> Jim McQuillan <jam@mcquil.com> 2007-03-15 14:01:06 >>><BR></DIV>
<DIV style="COLOR: #000000">Shawn,<BR><BR>I had a similar problem with a RHEL3 machine.  I installed the tzdata <BR>package, and the zdump command shown below worked, but the date still <BR>didn't show right after the DST switch over on sunday.<BR><BR>I found the problem was the /etc/localtime<BR><BR>On some systems its a file that contains timezone info.  On other <BR>systems it's a symlink to a file (in my case /usr/share/zoneinfo/EST5EDT).<BR><BR>when you run a command that gets the current time, like the 'date' <BR>command, it looks at /etc/localtime.  if that file or link isn't <BR>correct, it'll still report the wrong time.<BR><BR>So, either you need to re-point that symlink at the correct zoneinfo <BR>file, or you need to copy the correct zoneinfo file on top of it.<BR><BR>save a copy of the original file tho.  And, there should be no problem <BR>doing this while the system is running.<BR><BR>Jim McQuillan<BR>jam@Ltsp.org<BR><BR><BR><BR>Shawn Powers wrote:<BR>> I thought my servers were all OK -- but I missed one.  I have a lowly <BR>> ol' FC1 box, and there appears to be no tzdata update.  I did get one <BR>> that someone had compiled, and now the tzdata is correct, but is there <BR>> anyway short of a reboot to get the system to "look again" at the tzdata <BR>> and change the clock?  I don't know what process might manage that...<BR>> <BR>> Thanks for any insight,<BR>> -Shawn<BR>> <BR>> On Feb 23, 2007, at 1:52 PM, Petre Scheie wrote:<BR>> <BR>>> Most distros put out patches for the new DST almost two years ago when <BR>>> the law changing DST was enacted.  So, if you've been keeping your <BR>>> system updated, you should already be covered.<BR>>><BR>>> To see if you're patched, run this:<BR>>><BR>>> /usr/sbin/zdump -v US/Central |grep 2007<BR>>><BR>>> Substitute your own timezone for Central.  It will show you when DST <BR>>> will start and end for your timezone.  If you see dates of Mar 11 and <BR>>> Nov 4, you're covered.<BR>>><BR>>> Petre<BR>>><BR>>><BR>>> Jim Kronebusch wrote:<BR>>>> Does anyone know if most linux distros have already incorporated <BR>>>> updates for<BR>>>> the new daylight savings time changes?<BR>>>> I have seen things regarding updates for MS and Apple products, but <BR>>>> nothing on<BR>>>> Linux.<BR>>>> Thanks,<BR>>>> Jim Kronebusch<BR>>>> Cotter Tech Department<BR>>>> 507-453-5188<BR>>><BR>>> _______________________________________________<BR>>> K12OSN mailing list<BR>>> K12OSN@redhat.com<BR>>> <A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>>> For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR>>> ---<BR>>> This message checked for SPAM and Viruses by MailFoundry.<BR>>> If this is SPAM, please forward it to spam@mailfoundry.com<BR>> <BR>> -- <BR>> Shawn Powers<BR>> Technology Director<BR>> Inland Lakes Schools<BR>> PHN: 231-238-6868 x9174<BR>> FAX: 509-356-7024<BR>> spowers@inlandlakes.org<BR>> Work Website: <A href="http://techcorner.inlandlakes.org">http://techcorner.inlandlakes.org</A><BR>> Personal Blog: <A href="http://www.brainofshawn.com">http://www.brainofshawn.com</A><BR>> <BR>> --<Disclaimer, now required for frustrating reasons>--<BR>> The views, opinions, visions, thoughts, comments,<BR>> sarcastic whims, forecasts, poetic outbursts,<BR>> cynical wit, future plans, implementation ideas,<BR>> OS preference, curricular insight, ice cream preference,<BR>> or anything else I might infer are not the<BR>> views of Inland Lakes Schools.  Pretty much everything<BR>> I say, do, think, or imply with punctuation should be<BR>> considered my own delusions, and ignored completely.<BR>> <BR>> <BR>> _______________________________________________<BR>> K12OSN mailing list<BR>> K12OSN@redhat.com<BR>> <A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>> For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR><BR>_______________________________________________<BR>K12OSN mailing list<BR>K12OSN@redhat.com<BR><A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR></DIV></BODY></HTML>