<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Daylight savings issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685519#M932207</link>
    <description>cron is smart enough to take care of things for you.  On a "fall-back", it only runs on the first occurance.  On the "spring-ahead" it runs at the time that it should have had the time not changed at all.  (If it was supposed to run at )1:30, but 01:30 did not happen, then it will run at 02:30 instead, for example.)&lt;BR /&gt;&lt;BR /&gt;John</description>
    <pubDate>Mon, 18 Mar 2002 20:25:09 GMT</pubDate>
    <dc:creator>John Payne_2</dc:creator>
    <dc:date>2002-03-18T20:25:09Z</dc:date>
    <item>
      <title>Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685517#M932205</link>
      <description>Ok gang, I have a good one for all of you.&lt;BR /&gt;&lt;BR /&gt;I want to know the impact of the Daylight Saving time in the schedule of Omniback or cronjob (omniback schedule is drive by cron anyway).&lt;BR /&gt;&lt;BR /&gt;I'm in the Eastern Time with daylight saving fu.. sh..&lt;BR /&gt;&lt;BR /&gt;I know the two black hole that I job may not run at all if we add one hour and job can be run twice if we reduce an hour.&lt;BR /&gt;&lt;BR /&gt;Please I want your opinion on that.</description>
      <pubDate>Mon, 18 Mar 2002 19:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685517#M932205</guid>
      <dc:creator>Sebastien Masson</dc:creator>
      <dc:date>2002-03-18T19:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685518#M932206</link>
      <description>If you simply do a man cron, it explains this very well. The short answer is that you don't need to do anything special.</description>
      <pubDate>Mon, 18 Mar 2002 20:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685518#M932206</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-18T20:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685519#M932207</link>
      <description>cron is smart enough to take care of things for you.  On a "fall-back", it only runs on the first occurance.  On the "spring-ahead" it runs at the time that it should have had the time not changed at all.  (If it was supposed to run at )1:30, but 01:30 did not happen, then it will run at 02:30 instead, for example.)&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Mon, 18 Mar 2002 20:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685519#M932207</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2002-03-18T20:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685520#M932208</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Cron jobs will not be skipped in the Spring nor executed twice in the Fall.  Cron handles that rather well.&lt;BR /&gt;&lt;BR /&gt;There is a potential timing issue.  Consider the following:&lt;BR /&gt;JobA is scheduled to run at 2:30 AM.&lt;BR /&gt;JobB is scheduled to run at 3:30 AM.&lt;BR /&gt;On the morning of the Spring time change, both jobs would actually be run at 3:30 AM.  You can see where that could be an issue if JobB expects JobA being completed.&lt;BR /&gt;&lt;BR /&gt;If JobA was scheduled for 2:45 AM, it would actually be executed after JobB (at 3:45 AM).&lt;BR /&gt;&lt;BR /&gt;Just something to be aware of.&lt;BR /&gt;&lt;BR /&gt;As Clay says, man cron.  You can search the forums for other threads on this subject but the man page is the best thing to check.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 18 Mar 2002 20:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685520#M932208</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-18T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685521#M932209</link>
      <description>Sebastien,&lt;BR /&gt;&lt;BR /&gt;But it won't work correctly in Quebec unless the local language is set to fr_FR.iso88591:&lt;BR /&gt;&lt;BR /&gt;export LANG=fr_FR.iso88591&lt;BR /&gt;&lt;BR /&gt;:-)) --&amp;gt; hehehe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 18 Mar 2002 20:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685521#M932209</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-18T20:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Daylight savings issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685522#M932210</link>
      <description>If all is well with HPUX, then daylight savings is automatic and cron will not be effected.&lt;BR /&gt;&lt;BR /&gt;Check your system settings for correct time change information.&lt;BR /&gt; &lt;BR /&gt;The time change information on your system are controlled by a file called /usr/lib/tztab.&lt;BR /&gt;&lt;BR /&gt; The file /usr/lib/tztab has entries with time zone information for different areas all around the world.  Where daylight saving applies,&lt;BR /&gt; the relevant entry will set the day and time when the system should adjust forward or back in accordance with local daylight saving procedures.&lt;BR /&gt;&lt;BR /&gt; The tztab file relies on your system having the correct TZ variable set for&lt;BR /&gt; your area. Check your TZ variable with the 'echo' command.</description>
      <pubDate>Wed, 20 Mar 2002 01:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-savings-issue/m-p/2685522#M932210</guid>
      <dc:creator>Ross Martin</dc:creator>
      <dc:date>2002-03-20T01:05:49Z</dc:date>
    </item>
  </channel>
</rss>

