<?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: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096065#M95964</link>
    <description>My experiences are with Process Software's IP stacks - I have not used NTP with HP TCP/IP and don't know if that NTP port differs.&lt;BR /&gt;&lt;BR /&gt;That out of the way, what Volker says about NTP using UTC is correct - and his conclusion seems logical too. In fact it's that the same one I had until experience taught me otherwise. There are a few subtleties in the NTP code that deal with the time in the hour adjacent to the time change that are there to prevent multiple time changes (primarily when "falling back"), handle slewing the clock rather than stepping it, and to deal with the case where the system crashes during this time. Some call this hour the "twilight zone". Those interested can read a discussion in the google archives - &lt;A href="http://209.85.165.104/search?q=cache:nl3zu4eKhCIJ:lists.ntp.isc.org/pipermail/questions/2006-June/010516.html+&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us" target="_blank"&gt;http://209.85.165.104/search?q=cache:nl3zu4eKhCIJ:lists.ntp.isc.org/pipermail/questions/2006-June/010516.html+&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us&lt;/A&gt; .</description>
    <pubDate>Wed, 05 Mar 2008 18:37:40 GMT</pubDate>
    <dc:creator>Jim_McKinney</dc:creator>
    <dc:date>2008-03-05T18:37:40Z</dc:date>
    <item>
      <title>SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096062#M95961</link>
      <description>Hi Guys,&lt;BR /&gt;        Does this command file care which TCPIP product you are running???&lt;BR /&gt;&lt;BR /&gt;[NOTE: I have a three node cluster with 2 nodes running TCPWare and 1 node running TCPIP Services.]&lt;BR /&gt;&lt;BR /&gt;OpenVMS version is 7.3-2 (fully patched up to ~1 month ago)&lt;BR /&gt;TCPWare is version 5.7-2.&lt;BR /&gt;&lt;BR /&gt;All systems have NTP service running with 1 TCPWare node synching to external time server, and other two synching to node 1.&lt;BR /&gt;&lt;BR /&gt;I would really like to be able to use the above script (via sysman) to do the EST -&amp;gt; DST transition on all three nodes simultaneously.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 05 Mar 2008 13:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096062#M95961</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-03-05T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096063#M95962</link>
      <description>I find that NTP does not appreciate some other changing the clock on it while it thinks that it needs to handle a DST change. To wit, I opt for disabling NTP prior to a time change and then enabling it once again a couple of hours (or more) later after I have permitted VMS to change the time. (You could substitute "SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM" for "VMS" in my previous sentence.)&lt;BR /&gt;&lt;BR /&gt;Later, you might investigate the SYSGEN parameter AUTO_DLIGHT_SAV as well.</description>
      <pubDate>Wed, 05 Mar 2008 14:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096063#M95962</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2008-03-05T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096064#M95963</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;you should consider using the OpenVMS mechanism for DST change available since V7.3 by setting the system parameter AUTO_DLIGHT_SAV = 1.&lt;BR /&gt;&lt;BR /&gt;This works fine with NTP. NTP exchanges the date/time in UTC time, which does not jump and as long as you change the local time and the timezone DST attribute, this should provide no problem for NTP.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 05 Mar 2008 14:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096064#M95963</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-05T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096065#M95964</link>
      <description>My experiences are with Process Software's IP stacks - I have not used NTP with HP TCP/IP and don't know if that NTP port differs.&lt;BR /&gt;&lt;BR /&gt;That out of the way, what Volker says about NTP using UTC is correct - and his conclusion seems logical too. In fact it's that the same one I had until experience taught me otherwise. There are a few subtleties in the NTP code that deal with the time in the hour adjacent to the time change that are there to prevent multiple time changes (primarily when "falling back"), handle slewing the clock rather than stepping it, and to deal with the case where the system crashes during this time. Some call this hour the "twilight zone". Those interested can read a discussion in the google archives - &lt;A href="http://209.85.165.104/search?q=cache:nl3zu4eKhCIJ:lists.ntp.isc.org/pipermail/questions/2006-June/010516.html+&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us" target="_blank"&gt;http://209.85.165.104/search?q=cache:nl3zu4eKhCIJ:lists.ntp.isc.org/pipermail/questions/2006-June/010516.html+&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us&lt;/A&gt; .</description>
      <pubDate>Wed, 05 Mar 2008 18:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096065#M95964</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2008-03-05T18:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096066#M95965</link>
      <description>My experiences are with Process Software's IP stacks - I have not used NTP with HP TCP/IP and don't know if that NTP port differs.&lt;BR /&gt;&lt;BR /&gt;That out of the way, what Volker says about NTP using UTC is correct - and his conclusion seems logical too. In fact it's that the same one I had until experience taught me otherwise. There are a few subtleties in the NTP code that deal with the time in the hour adjacent to the time change that are there to prevent multiple time changes (primarily when "falling back"), handle slewing the clock rather than stepping it, and to deal with the case where the system crashes during this time. Some call this hour the "twilight zone". Those interested can read a discussion in the google archives - &lt;A href="http://209.85.165.104/search?q=cache:VAut7-oBrjcJ:lists.ntp.isc.org/pipermail/questions/2006-June/010533.html+%3F&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us" target="_blank"&gt;http://209.85.165.104/search?q=cache:VAut7-oBrjcJ:lists.ntp.isc.org/pipermail/questions/2006-June/010533.html+%3F&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=2&amp;amp;gl=us&lt;/A&gt; .</description>
      <pubDate>Wed, 05 Mar 2008 18:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096066#M95965</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2008-03-05T18:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096067#M95966</link>
      <description>If you're not set AUTO_DLIGHT_SAV (which is the easiest), you'll have to run the DAYLIGHT_SAVINGS.COM procedure or an analogous manual change.&lt;BR /&gt;&lt;BR /&gt;Here is some background on time and timekeeping on OpenVMS:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/72" target="_blank"&gt;http://64.223.189.234/node/72&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/560" target="_blank"&gt;http://64.223.189.234/node/560&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Packages that are compliant with the OpenVMS V7.3 APIs defer TZ management to OpenVMS and its TZ definitions.  Current DECnet-Plus and TCP/IP Services work with this, and (very likely, given the caliber of the guys working over there) Process IP stacks all have this.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2008 19:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096067#M95966</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-05T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096068#M95967</link>
      <description>Thanks</description>
      <pubDate>Thu, 20 Aug 2009 14:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sys-examples-daylight-savings-com/m-p/5096068#M95967</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-08-20T14:20:24Z</dc:date>
    </item>
  </channel>
</rss>

