<?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 saving time &amp;amp; NTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176284#M459056</link>
    <description>According to the specifications, NTP always transmits UTC time only. This means daylight saving time is not an issue for NTP.&lt;BR /&gt;&lt;BR /&gt;Each computer that uses NTP time synchronization *must* have correct timezone and DST settings locally, otherwise NTP won't work as designed.&lt;BR /&gt;&lt;BR /&gt;In HP-UX, this means the TZ environment variable (from /etc/TIMEZONE) must be set to a value that has a DST specifier, and /usr/lib/tztab must have the correct DST definition for that timezone value. /usr/lib/tztab is a simple text file: you can read it to find out the choices.&lt;BR /&gt;&lt;BR /&gt;If the correct definition does not exist yet in your /usr/lib/tztab, you can wait for HP to provide patches (for supported HP-UX versions) or edit the file yourself: the format description is available with the "man tztab" command.&lt;BR /&gt;&lt;BR /&gt;It is also possible (although inconvenient) to include the entire timezone+DST specification in the TZ environment variable: please see the TZ variable description in "man environ".&lt;BR /&gt;&lt;BR /&gt;Most Unix programs always convert all time values internally to Unix timestamps, which are based on UTC. The timestamp is then converted back to human-readable form on output. If a program works like this, the DST time shift is not an issue for it: the timestamps will always be consistent and non-ambiguous. &lt;BR /&gt;&lt;BR /&gt;When it's time to add or remove one hour because of DST, it only affects the translation between the machine-readable timestamps and human-readable time values, nothing else. This allows the programs to run uninterrupted with no need for special handling for DST.&lt;BR /&gt;&lt;BR /&gt;The Unix system clock runs internally in UTC time: it is *not* supposed to add or remove hours because of DST. &lt;BR /&gt;&lt;BR /&gt;Trying to handle DST by manipulating the system clock instead of providing correct timezone+DST definitions is not recommended, as it requires all time-sensitive applications to be shut down for DST transitions.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 20 May 2009 07:58:49 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-05-20T07:58:49Z</dc:date>
    <item>
      <title>daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176281#M459053</link>
      <description>We're in Bangladesh where government is planning to introduce daylight saving time for the first time and may add one hour to the clock. My server is configured with NTP. Do u know what is the best way to reflect this time shift in the server?</description>
      <pubDate>Wed, 20 May 2009 06:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176281#M459053</guid>
      <dc:creator>MD Shafiullah</dc:creator>
      <dc:date>2009-05-20T06:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176282#M459054</link>
      <description>hi.&lt;BR /&gt;&lt;BR /&gt;just reconfigure the NTP server if it is locally configured to synchronize from localhost clock.&lt;BR /&gt;this will reflect in all clients.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal</description>
      <pubDate>Wed, 20 May 2009 06:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176282#M459054</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2009-05-20T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176283#M459055</link>
      <description>How many years in advance did they give notice?&lt;BR /&gt;&lt;BR /&gt;NTP works on UTC so it doesn't care about DST.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 07:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176283#M459055</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-20T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176284#M459056</link>
      <description>According to the specifications, NTP always transmits UTC time only. This means daylight saving time is not an issue for NTP.&lt;BR /&gt;&lt;BR /&gt;Each computer that uses NTP time synchronization *must* have correct timezone and DST settings locally, otherwise NTP won't work as designed.&lt;BR /&gt;&lt;BR /&gt;In HP-UX, this means the TZ environment variable (from /etc/TIMEZONE) must be set to a value that has a DST specifier, and /usr/lib/tztab must have the correct DST definition for that timezone value. /usr/lib/tztab is a simple text file: you can read it to find out the choices.&lt;BR /&gt;&lt;BR /&gt;If the correct definition does not exist yet in your /usr/lib/tztab, you can wait for HP to provide patches (for supported HP-UX versions) or edit the file yourself: the format description is available with the "man tztab" command.&lt;BR /&gt;&lt;BR /&gt;It is also possible (although inconvenient) to include the entire timezone+DST specification in the TZ environment variable: please see the TZ variable description in "man environ".&lt;BR /&gt;&lt;BR /&gt;Most Unix programs always convert all time values internally to Unix timestamps, which are based on UTC. The timestamp is then converted back to human-readable form on output. If a program works like this, the DST time shift is not an issue for it: the timestamps will always be consistent and non-ambiguous. &lt;BR /&gt;&lt;BR /&gt;When it's time to add or remove one hour because of DST, it only affects the translation between the machine-readable timestamps and human-readable time values, nothing else. This allows the programs to run uninterrupted with no need for special handling for DST.&lt;BR /&gt;&lt;BR /&gt;The Unix system clock runs internally in UTC time: it is *not* supposed to add or remove hours because of DST. &lt;BR /&gt;&lt;BR /&gt;Trying to handle DST by manipulating the system clock instead of providing correct timezone+DST definitions is not recommended, as it requires all time-sensitive applications to be shut down for DST transitions.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 20 May 2009 07:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176284#M459056</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-20T07:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176285#M459057</link>
      <description>Dear Matti,&lt;BR /&gt;Thanks for the ellaborate info. I have 20 server that takes time from the NTP server. I guess, i have to change time zone info in all 20 servers then. I though there was some mechanism in ntp server itself to reflect the time shifting in all client machines. &lt;BR /&gt;&lt;BR /&gt;Anyway thanks again guys for your answere.</description>
      <pubDate>Mon, 25 May 2009 02:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176285#M459057</guid>
      <dc:creator>MD Shafiullah</dc:creator>
      <dc:date>2009-05-25T02:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176286#M459058</link>
      <description>My ntp server gets time from a stratum 1 ntp time source. As ntp broadcast UTC time only, there is nothing to change in ntp server. I have to change timezone variable in all client server. Maybe sometime in near future HP will give a patch to include BST (Bangladesh Standard Time) and to reflect daylight saving mode.</description>
      <pubDate>Mon, 25 May 2009 02:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176286#M459058</guid>
      <dc:creator>MD Shafiullah</dc:creator>
      <dc:date>2009-05-25T02:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: daylight saving time &amp; NTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176287#M459059</link>
      <description>&amp;gt;I have to change timezone variable in all client server.&lt;BR /&gt;&lt;BR /&gt;You have to change tztab(4) and TZ if this is a new timezone.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Maybe sometime in near future HP will give a patch to include BST (Bangladesh Standard Time) and to reflect daylight saving mode.&lt;BR /&gt;&lt;BR /&gt;Has your company made a specific request to HP to add this enhancement?&lt;BR /&gt;Do you have an official URL where the date AND time of the transitions are listed?</description>
      <pubDate>Mon, 25 May 2009 04:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/daylight-saving-time-amp-ntp/m-p/5176287#M459059</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-25T04:24:52Z</dc:date>
    </item>
  </channel>
</rss>

