<?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 Change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410317#M202489</link>
    <description>There's nothing last testing it for real although on a UNIX box nothing really happens. The box simply continues to count seconds since 1-Jan-1970 00:00:00 UTC. The only thing that changes is how the time is displayed as determined by TZ and how /usr/lib/tztab modififies the behavior of the library functions localtime, strftime, et al. Bear in mind that the same UNIX box might have several TZ settings in play simultaneously.&lt;BR /&gt;&lt;BR /&gt;Use the attached Perl script, dst.pl. dst.pl -u will display full usage but dst.pl -n will display the next time change. It uses exactly the same underlying function (e.g. localtime) as would be used, for example, by the date command so if dst.pl works properly, you can be confident that all is well. As a bonus, this script works under Windows as well, if you have Perl installed.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Oct 2004 17:12:00 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-10-28T17:12:00Z</dc:date>
    <item>
      <title>Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410314#M202486</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How can I know that my system will correctly change time next weekend. I am running HPUX 11i.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 28 Oct 2004 16:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410314#M202486</guid>
      <dc:creator>Stephen Taylor_1</dc:creator>
      <dc:date>2004-10-28T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410315#M202487</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It will handle it just fine.  Your system keeps track of the system time using UTC (or GMT), and the time zone is just how the date/time is represented to users. &lt;BR /&gt;&lt;BR /&gt;To see how the time change will effect things like cron jobs, take a look at 'man cron', under the section "Spring and Autumn Time Transitions".  It explains how it gets taken care of.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. Our mainframe guys still have to re-IPL their system to handle the time change.  Be glad you don't support one of those.  :)&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 16:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410315#M202487</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-10-28T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410316#M202488</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;   man of tztab has a better explanation of how timezone changes are handled.&lt;BR /&gt;&lt;BR /&gt;   Just ensure your TZ is set to a correct value.&lt;BR /&gt;&lt;BR /&gt;   # echo $TZ&lt;BR /&gt;   # more /etc/TIMEZONE&lt;BR /&gt;&lt;BR /&gt;   As long as you have a correct timezone defined, you should be good to go.&lt;BR /&gt;&lt;BR /&gt;   Look at /usr/lib/tztab file too.&lt;BR /&gt;&lt;BR /&gt;- Sundar</description>
      <pubDate>Thu, 28 Oct 2004 17:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410316#M202488</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-28T17:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410317#M202489</link>
      <description>There's nothing last testing it for real although on a UNIX box nothing really happens. The box simply continues to count seconds since 1-Jan-1970 00:00:00 UTC. The only thing that changes is how the time is displayed as determined by TZ and how /usr/lib/tztab modififies the behavior of the library functions localtime, strftime, et al. Bear in mind that the same UNIX box might have several TZ settings in play simultaneously.&lt;BR /&gt;&lt;BR /&gt;Use the attached Perl script, dst.pl. dst.pl -u will display full usage but dst.pl -n will display the next time change. It uses exactly the same underlying function (e.g. localtime) as would be used, for example, by the date command so if dst.pl works properly, you can be confident that all is well. As a bonus, this script works under Windows as well, if you have Perl installed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 17:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410317#M202489</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-28T17:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410318#M202490</link>
      <description>Dare I just say yes and get away with it?  :)&lt;BR /&gt;&lt;BR /&gt;Your server should adjust the time correctly as long as your Timezone is set properly, and you can check on Monday, just by using the date command and it should show you the correct time for your Time Zone if not then you can either change it on the command line or through Sam, your choice.</description>
      <pubDate>Thu, 28 Oct 2004 17:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410318#M202490</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-10-28T17:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410319#M202491</link>
      <description>Thanks everyone. I tried A. Clay's Perl script and it displayed what will happen next weekend. It's a nifty utility.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 28 Oct 2004 18:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/time-change/m-p/3410319#M202491</guid>
      <dc:creator>Stephen Taylor_1</dc:creator>
      <dc:date>2004-10-28T18:13:46Z</dc:date>
    </item>
  </channel>
</rss>

