<?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 Time not correct on new Linux System in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433227#M15103</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a new Red Hat AS2.1 System that we just imaged recently and have noticed that it's not showing the correct time and date.   We do have a ntpserver that we have all servers pull the time from which gets it's time from externally.  &lt;BR /&gt;&lt;BR /&gt;Any ideas on how I should set this up?</description>
    <pubDate>Tue, 30 Nov 2004 11:44:00 GMT</pubDate>
    <dc:creator>KPS</dc:creator>
    <dc:date>2004-11-30T11:44:00Z</dc:date>
    <item>
      <title>Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433227#M15103</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a new Red Hat AS2.1 System that we just imaged recently and have noticed that it's not showing the correct time and date.   We do have a ntpserver that we have all servers pull the time from which gets it's time from externally.  &lt;BR /&gt;&lt;BR /&gt;Any ideas on how I should set this up?</description>
      <pubDate>Tue, 30 Nov 2004 11:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433227#M15103</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2004-11-30T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433228#M15104</link>
      <description>You probably have a bad Timezone on this server. Have a look at your setup (if setup utility also exist on AS).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 11:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433228#M15104</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-30T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433229#M15105</link>
      <description>Is a good way to look at this setup via &lt;BR /&gt;the command "dateconfig"???</description>
      <pubDate>Tue, 30 Nov 2004 11:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433229#M15105</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2004-11-30T11:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433230#M15106</link>
      <description>Hi Ken,&lt;BR /&gt;&lt;BR /&gt;Here is a complete document Just prepared for u.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy..&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 30 Nov 2004 12:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433230#M15106</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-30T12:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433231#M15107</link>
      <description>Changing timezone -- Red Hat&lt;BR /&gt;============================&lt;BR /&gt;&lt;BR /&gt;How do I change my system timezone from the command line without using redhat-config-date?&lt;BR /&gt;&lt;BR /&gt;# vi /etc/sysconfig/clock&lt;BR /&gt;&lt;BR /&gt;#ZONE="America/New_York"&lt;BR /&gt;ZONE="GMT"&lt;BR /&gt;UTC=false&lt;BR /&gt;ARC=false&lt;BR /&gt;&lt;BR /&gt;In order to get the particular zone you wish to use you must associate ZONE with a file located in /usr/share/zoneinfo. It is wise to note the directory structure because if you need to set the timezone to that of Shanghai which is located in the Asia directory you will then have to set your ZONE variable to the following :&lt;BR /&gt;&lt;BR /&gt;ZONE="Asia/Shanghai"&lt;BR /&gt;&lt;BR /&gt;Or perhaps you need to set the timezone to that of East Brazil :&lt;BR /&gt;&lt;BR /&gt;ZONE="Brazil/East"&lt;BR /&gt;&lt;BR /&gt;Finally save the file /etc/sysconfig/clock and on next reboot the system will be set to the defined timezone.&lt;BR /&gt;&lt;BR /&gt;For the time on the machine to reflect the change timezone we need to link the zoneinfo file to /etc/localtime. This can be done as follows :&lt;BR /&gt;&lt;BR /&gt;If you are setting your timezone to "Brazil/East" link the following file to /etc/localtime :&lt;BR /&gt;&lt;BR /&gt;# ln -sf /usr/share/zoneinfo/Brazil/East /etc/localtime&lt;BR /&gt;&lt;BR /&gt;Now by typing the date command to display the time you should see if reflect the newly linked timezone :&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Thu Sep 30 10:06:23 BRT 2004&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 11:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433231#M15107</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-12-01T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time not correct on new Linux System</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433232#M15108</link>
      <description>...or use redhat-config-date &lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Wed, 01 Dec 2004 11:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-not-correct-on-new-linux-system/m-p/3433232#M15108</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-12-01T11:36:45Z</dc:date>
    </item>
  </channel>
</rss>

