<?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: NTP Timezone in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025969#M574086</link>
    <description>Timezone is not defined in ntp.&lt;BR /&gt;&lt;BR /&gt;You set your timezone in /etc/TIMZONE&lt;BR /&gt;&lt;BR /&gt;mine looks like this:&lt;BR /&gt;&lt;BR /&gt;TZ=CST6CDT&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Central time btw.&lt;BR /&gt;&lt;BR /&gt;ntp just points to the server to get time from. It doesn't matter where it is. The system adjusted the time to fit your timezone.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 17 Jul 2003 01:07:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-17T01:07:06Z</dc:date>
    <item>
      <title>NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025967#M574084</link>
      <description>How to define the TIMEZONE for NTP ?&lt;BR /&gt;What's the difference EAT-8 and CST6CDT?</description>
      <pubDate>Thu, 17 Jul 2003 00:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025967#M574084</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-07-17T00:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025968#M574085</link>
      <description>NTP (ike most Unix flavors) have only ONE timezone: GMT or the more modern term UTC (Universal Coordinated Time) or Zulu. NTP keeps the Unix timeclock accurate to within 128ms of Zulu time. Timezones are political, not astrometrical so Unix allows every user to define their own representation for local time. This is done through the TZ environmental variable and can be changed at will for a given session. TZ is normally set in /etc/profile (from the file: /etc/TIMEZONE) and for international logins, changed to match the local time.&lt;BR /&gt;&lt;BR /&gt;All the definitions for each TZ value are in the file: /usr/lib/tztab and of course the man page for tztab will help.&lt;BR /&gt;&lt;BR /&gt;One nit: for programs (typically some daemons) that do not define or inherit the TZ environment value, the HP-UX system calls for time-of-day are adjusted with the kernel parameters timezone and dst. This is a much more crude method (minutes east/west of the Greenwich meridian) as it does not have the dozen of more variations for daylight saving.</description>
      <pubDate>Thu, 17 Jul 2003 01:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025968#M574085</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-17T01:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025969#M574086</link>
      <description>Timezone is not defined in ntp.&lt;BR /&gt;&lt;BR /&gt;You set your timezone in /etc/TIMZONE&lt;BR /&gt;&lt;BR /&gt;mine looks like this:&lt;BR /&gt;&lt;BR /&gt;TZ=CST6CDT&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Central time btw.&lt;BR /&gt;&lt;BR /&gt;ntp just points to the server to get time from. It doesn't matter where it is. The system adjusted the time to fit your timezone.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Jul 2003 01:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025969#M574086</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-17T01:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025970#M574087</link>
      <description>I'm assuming your in China ??&lt;BR /&gt;&lt;BR /&gt;Then your zone is -8 being 8 hours ahead of GMT (0 hours).&lt;BR /&gt;CST6CDT is central canadian time. 6 hours behind GMT.&lt;BR /&gt;&lt;BR /&gt;As far as I know NTP does not have a definition for timezones.</description>
      <pubDate>Thu, 17 Jul 2003 01:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025970#M574087</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-17T01:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025971#M574088</link>
      <description>To add to this, in a very real sense there is no such thing as a system-wide timezone. Of course, there is a default TZ but TZ can be set for each user or even each process. It is perfectly normal for users to have different timezone settings on the same server. After all, remote users might be logged in remotely from thousands of miles away. All UNIX boxes simply count seconds from 00:00 UTC 1-Jan-1970.&lt;BR /&gt;Timezone settings only affect how time is displayed. The chief effect of the system-wide timezone setting in /etc/TIMEZONE is that it is used as a default for processes like crond.</description>
      <pubDate>Thu, 17 Jul 2003 02:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025971#M574088</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-17T02:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025972#M574089</link>
      <description>Umm...Michael, CST6CDT is Central Standard Time / Central Daylight Time and is in use in the whole of North America (US and Canada). ;)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 03:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025972#M574089</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-07-17T03:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025973#M574090</link>
      <description>Umm...Michael, CST6CDT is Central Standard Time / Central Daylight Time and is in use regiionally in the whole of North America (US and Canada). ;)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 03:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025973#M574090</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-07-17T03:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025974#M574091</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You define the timezone in /etc/TIMEZONE file &lt;BR /&gt;&lt;BR /&gt;and check the timezone using the command   echo $TZ</description>
      <pubDate>Thu, 17 Jul 2003 04:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025974#M574091</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-17T04:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Timezone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025975#M574092</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You define the timezone in /etc/TIMEZONE file &lt;BR /&gt;&lt;BR /&gt;and check the timezone using the command   echo $TZ</description>
      <pubDate>Thu, 17 Jul 2003 04:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-timezone/m-p/3025975#M574092</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-17T04:45:19Z</dc:date>
    </item>
  </channel>
</rss>

