<?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 Wrong cron date in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674228#M917045</link>
    <description>Hello !&lt;BR /&gt;&lt;BR /&gt;I have a problem with one K server with 10.20. The date on the system is ok but the cron date seems to be 5 hours advanced. If I check the date:&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Fri Mar  1 13:32:45 EST 2002&lt;BR /&gt;&lt;BR /&gt;is ok&lt;BR /&gt;&lt;BR /&gt;but &lt;BR /&gt;&lt;BR /&gt;# date -u&lt;BR /&gt;Fri Mar  1 18:32:38 UTC 2002&lt;BR /&gt;&lt;BR /&gt;that matches the date when the cron executes it's jobs&lt;BR /&gt;&lt;BR /&gt;The file /etc/TIMEZONE seems to be ok:&lt;BR /&gt;TZ=MET-1METDST&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;Does anyone know what it's happening, please ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advanced</description>
    <pubDate>Fri, 01 Mar 2002 12:44:33 GMT</pubDate>
    <dc:creator>Rafael Moran</dc:creator>
    <dc:date>2002-03-01T12:44:33Z</dc:date>
    <item>
      <title>Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674228#M917045</link>
      <description>Hello !&lt;BR /&gt;&lt;BR /&gt;I have a problem with one K server with 10.20. The date on the system is ok but the cron date seems to be 5 hours advanced. If I check the date:&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Fri Mar  1 13:32:45 EST 2002&lt;BR /&gt;&lt;BR /&gt;is ok&lt;BR /&gt;&lt;BR /&gt;but &lt;BR /&gt;&lt;BR /&gt;# date -u&lt;BR /&gt;Fri Mar  1 18:32:38 UTC 2002&lt;BR /&gt;&lt;BR /&gt;that matches the date when the cron executes it's jobs&lt;BR /&gt;&lt;BR /&gt;The file /etc/TIMEZONE seems to be ok:&lt;BR /&gt;TZ=MET-1METDST&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;Does anyone know what it's happening, please ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advanced</description>
      <pubDate>Fri, 01 Mar 2002 12:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674228#M917045</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-03-01T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674229#M917046</link>
      <description>Sorry, I posted erroniously on the database forum.</description>
      <pubDate>Fri, 01 Mar 2002 12:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674229#M917046</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-03-01T12:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674230#M917047</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. is it possible that /etc/TIMEZONE has been modified after cron has been started?  If so stop &amp;amp; restart cron.&lt;BR /&gt;&lt;BR /&gt;2. your /etc/TIMEZONE show METDST timezone,&lt;BR /&gt;but date shows EST timezone??  Again, timezone modifications without reboot???&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 01 Mar 2002 12:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674230#M917047</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2002-03-01T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674231#M917048</link>
      <description>date -u returns the time in coordinated universal time, which translates into GMT - cron shouldn't use this time to determine when to run your commands - it should use your local time... are you saying its not doing that?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 01 Mar 2002 12:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674231#M917048</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-03-01T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674232#M917049</link>
      <description>Hi Rafael,&lt;BR /&gt;&lt;BR /&gt;I have this in my system and cron run fine:&lt;BR /&gt;HP1 #&amp;gt; date&lt;BR /&gt;Fri Mar  1 13:57:03 MET 2002&lt;BR /&gt;HP1 #&amp;gt; date -u&lt;BR /&gt;Fri Mar  1 12:57:11 UTC 2002&lt;BR /&gt;HP1 #&amp;gt; vi /etc/TIMEZONE&lt;BR /&gt;"/etc/TIMEZONE" [Read only] 2 lines, 25 characters &lt;BR /&gt;TZ=MET-1METDST&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Fri, 01 Mar 2002 12:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674232#M917049</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-03-01T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong cron date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674233#M917050</link>
      <description>Thank your for the replies,&lt;BR /&gt;&lt;BR /&gt;I had reboot the server without results. After see that the timezone was different between /etc/TIMEZONE and date I ran set_parms and set timezone again.&lt;BR /&gt;&lt;BR /&gt;Then reboot and now seems to be ok so thank you very much all and greetings from Barcelona.</description>
      <pubDate>Fri, 01 Mar 2002 13:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wrong-cron-date/m-p/2674233#M917050</guid>
      <dc:creator>Rafael Moran</dc:creator>
      <dc:date>2002-03-01T13:20:16Z</dc:date>
    </item>
  </channel>
</rss>

