<?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: Time Zone in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786682#M264147</link>
    <description>Well, you probably got 2 choices.&lt;BR /&gt;&lt;BR /&gt;A) Move the servers to the US, but keep the TZ on the servers to Brazil time.&lt;BR /&gt;&lt;BR /&gt;B) Change all your cronjobs to reflect the date and time you want them to run. (US Time - Brazil time etc)</description>
    <pubDate>Thu, 11 May 2006 10:11:41 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2006-05-11T10:11:41Z</dc:date>
    <item>
      <title>Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786680#M264145</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please I need your help.&lt;BR /&gt;&lt;BR /&gt;I`m migrating my environment to United Stated and have a lot of scripts on my crontab.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;05,20,35,50 * * * * /prod12/afl/scripts/pmoftpenv.sh  &lt;BR /&gt;&lt;BR /&gt;But on the United States the time is different.&lt;BR /&gt;&lt;BR /&gt;I need to execute this schedule on Brazil date and not on the servers`time.&lt;BR /&gt;&lt;BR /&gt;What I need to do?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Elizangela</description>
      <pubDate>Thu, 11 May 2006 09:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786680#M264145</guid>
      <dc:creator>Elizangela Fernandes</dc:creator>
      <dc:date>2006-05-11T09:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786681#M264146</link>
      <description>Set the timezone parameter for the user who runs the script to Brazil's time in that user's .profile.&lt;BR /&gt;&lt;BR /&gt;TZ=EST3EDT &lt;BR /&gt;&lt;BR /&gt;Belo Horizonte, Brasil, and most other metropolitan areas of&lt;BR /&gt;    Brasil (including Brasilia).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2006 10:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786681#M264146</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-05-11T10:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786682#M264147</link>
      <description>Well, you probably got 2 choices.&lt;BR /&gt;&lt;BR /&gt;A) Move the servers to the US, but keep the TZ on the servers to Brazil time.&lt;BR /&gt;&lt;BR /&gt;B) Change all your cronjobs to reflect the date and time you want them to run. (US Time - Brazil time etc)</description>
      <pubDate>Thu, 11 May 2006 10:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786682#M264147</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2006-05-11T10:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786683#M264148</link>
      <description>Hi,&lt;BR /&gt;you have two options:&lt;BR /&gt;1. Move the cronjob times to Brazilian Time&lt;BR /&gt;2. Move the Timezone on the machine to Brasilian time (/etc/TIMEZONE)&lt;BR /&gt;&lt;BR /&gt;For your example there would be no changes at the script is executed 4 times every hour, so no change.</description>
      <pubDate>Thu, 11 May 2006 10:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786683#M264148</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-11T10:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786684#M264149</link>
      <description>The cron daemon has 1 setting for TZ regardless of the user. If you want the system-wide time setting to us a US timezone and cron to run on a different TZ setting then use /etc/TIMEZONE to set the default system-wide TZ. Next, modify /sbin/init.d/cron to set and export TZ to your desired value just before the cron daemon itself is invoked.</description>
      <pubDate>Thu, 11 May 2006 10:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786684#M264149</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-11T10:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786685#M264150</link>
      <description>Correcting myself: Since the user does not login (the job runs from cron), it's .profile won't execute and set the TZ parameter.&lt;BR /&gt;&lt;BR /&gt;I'm not sure you can set it within your crontab....</description>
      <pubDate>Thu, 11 May 2006 10:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786685#M264150</guid>
      <dc:creator>Christian Tremblay</dc:creator>
      <dc:date>2006-05-11T10:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786686#M264151</link>
      <description>Elizangela,&lt;BR /&gt;do these answers resolve your question?&lt;BR /&gt;&lt;BR /&gt;Please read :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please identify answer and close the thread.</description>
      <pubDate>Mon, 15 May 2006 05:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-zone/m-p/3786686#M264151</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-15T05:48:55Z</dc:date>
    </item>
  </channel>
</rss>

