<?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: why should I use UTC instead of Localtime in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310178#M34479</link>
    <description>You should use UTC because it's "standard time". If you have software which adds timezone differance and you're running localtime then you might end up with 2xTimezone shifts (Normally this doesn't happen since most softwares get system time).&lt;BR /&gt;&lt;BR /&gt;UTC also makes it easier to change the time if you're using Daylight Savings. It makes the transaction for some time critical software easier since you aren't really changing the real time, you're just changing timezone.&lt;BR /&gt;&lt;BR /&gt;I would go for UTC, it's the most generic time you can get :)&lt;BR /&gt;&lt;BR /&gt;My 2 cents on the issue :)&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
    <pubDate>Thu, 20 Nov 2008 13:04:42 GMT</pubDate>
    <dc:creator>Fredrik.eriksson</dc:creator>
    <dc:date>2008-11-20T13:04:42Z</dc:date>
    <item>
      <title>why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310177#M34478</link>
      <description>NTP Server/Client OS: Linux&lt;BR /&gt;&lt;BR /&gt;1&lt;BR /&gt;on ntp client why should I use UTC instead of Localtime or vice versa ?&lt;BR /&gt;&lt;BR /&gt;some of the ntp client configured as Localtime, and some are configured as UTC, and both group shows right time, and no problem.&lt;BR /&gt;&lt;BR /&gt;2&lt;BR /&gt;on ntp Server why should I use UTC instead of Localtime or vice versa ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 20 Nov 2008 12:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310177#M34478</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-11-20T12:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310178#M34479</link>
      <description>You should use UTC because it's "standard time". If you have software which adds timezone differance and you're running localtime then you might end up with 2xTimezone shifts (Normally this doesn't happen since most softwares get system time).&lt;BR /&gt;&lt;BR /&gt;UTC also makes it easier to change the time if you're using Daylight Savings. It makes the transaction for some time critical software easier since you aren't really changing the real time, you're just changing timezone.&lt;BR /&gt;&lt;BR /&gt;I would go for UTC, it's the most generic time you can get :)&lt;BR /&gt;&lt;BR /&gt;My 2 cents on the issue :)&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
      <pubDate>Thu, 20 Nov 2008 13:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310178#M34479</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2008-11-20T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310179#M34480</link>
      <description>1) Use the timezone that corresponds with your location. Ensure that the Day Light Saving time change match your regional rules.&lt;BR /&gt;&lt;BR /&gt;dzump -v &lt;TIMEZONE&gt; | grep $(date +%y)&lt;BR /&gt;&lt;BR /&gt;2) It does not matter the time zone that you use on the NTP server. The NTP server should have the time zone that match your region. NTP and machines always will work internally in UTC time, the date/time displayed to the user depends of the timezone that adds the "offset" required.&lt;/TIMEZONE&gt;</description>
      <pubDate>Thu, 20 Nov 2008 13:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310179#M34480</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-11-20T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310180#M34481</link>
      <description>Hi Thanks  Fredrik.eriksson, and Ivan Ferreira for help.&lt;BR /&gt;&lt;BR /&gt;# zdump -v UZT  | grep $(date +%y)&lt;BR /&gt;PKT  -9223372036854775808 = NULL&lt;BR /&gt;PKT  -9223372036854689408 = NULL&lt;BR /&gt;&lt;BR /&gt;what does the&lt;BR /&gt;-9223372036854775808 = NULL&lt;BR /&gt;-9223372036854689408 = NULL&lt;BR /&gt;means ?&lt;BR /&gt;&lt;BR /&gt;and in /etc/sysconfig/clock&lt;BR /&gt;HWCLOCK="-utc"&lt;BR /&gt;or&lt;BR /&gt;HWCLOCK="-u"&lt;BR /&gt;whats right ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310180#M34481</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-11-21T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310181#M34482</link>
      <description>&amp;gt;&amp;gt; what does the&lt;BR /&gt;&amp;gt;&amp;gt; -9223372036854775808 = NULL&lt;BR /&gt;&amp;gt;&amp;gt; -9223372036854689408 = NULL&lt;BR /&gt;&amp;gt;&amp;gt; means ?&lt;BR /&gt;&lt;BR /&gt;Probably that the zone specified does not exists. Use UTC in your command instead UZT.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; and in /etc/sysconfig/clock&lt;BR /&gt;&amp;gt;&amp;gt; HWCLOCK="-utc"&lt;BR /&gt;&amp;gt;&amp;gt; or&lt;BR /&gt;&amp;gt;&amp;gt; HWCLOCK="-u"&lt;BR /&gt;&amp;gt;&amp;gt; whats right ?&lt;BR /&gt;&lt;BR /&gt;I don't know about that value, Red Hat uses:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Reference_Guide/s2-sysconfig-clock.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Reference_Guide/s2-sysconfig-clock.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310181#M34482</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-11-21T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310182#M34483</link>
      <description>ok now whats the following output means&lt;BR /&gt;&lt;BR /&gt;# zdump -v Asia/Karachi&lt;BR /&gt;Asia/Karachi  -9223372036854775808 = NULL&lt;BR /&gt;Asia/Karachi  -9223372036854689408 = NULL&lt;BR /&gt;Asia/Karachi  Mon Dec 31 19:31:47 1906 UTC = Mon Dec 31 23:59:59 1906 PKT isdst=0 gmtoff=16092&lt;BR /&gt;Asia/Karachi  Mon Dec 31 19:31:48 1906 UTC = Tue Jan  1 01:01:48 1907 PKT isdst=0 gmtoff=19800&lt;BR /&gt;Asia/Karachi  Sun Oct 14 17:29:59 1945 UTC = Sun Oct 14 23:59:59 1945 PKST isdst=1 gmtoff=23400&lt;BR /&gt;Asia/Karachi  Sun Oct 14 17:30:00 1945 UTC = Sun Oct 14 23:00:00 1945 PKT isdst=0 gmtoff=19800&lt;BR /&gt;Asia/Karachi  Sat Sep 29 18:29:59 1951 UTC = Sat Sep 29 23:59:59 1951 PKT isdst=0 gmtoff=19800&lt;BR /&gt;Asia/Karachi  Sat Oct  5 18:00:59 2002 UTC = Sun Oct  6 00:00:59 2002 PKST isdst=1 gmtoff=21600&lt;BR /&gt;Asia/Karachi  Sat Oct  5 18:01:00 2002 UTC = Sat Oct  5 23:01:00 2002 PKT isdst=0 gmtoff=18000&lt;BR /&gt;Asia/Karachi  9223372036854689407 = NULL&lt;BR /&gt;Asia/Karachi  9223372036854775807 = NULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Nov 2008 10:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310182#M34483</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-11-22T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: why should I use UTC instead of Localtime</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310183#M34484</link>
      <description>If you read carefully, you will find for example:&lt;BR /&gt;&lt;BR /&gt;Asia/Karachi Mon Dec 31 19:31:47 1906 UTC = Mon Dec 31 23:59:59 1906 PKT isdst=0 gmtoff=16092&lt;BR /&gt;Asia/Karachi Mon Dec 31 19:31:48 1906 UTC = Tue Jan 1 01:01:48 1907 PKT isdst=0 gmtoff=19800&lt;BR /&gt;&lt;BR /&gt;In Dec 31, at 23:59, the time will go to Jan 1 01:01. The same information is displayed for UTC time (UTC = )</description>
      <pubDate>Sat, 22 Nov 2008 11:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-should-i-use-utc-instead-of-localtime/m-p/4310183#M34484</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-11-22T11:13:36Z</dc:date>
    </item>
  </channel>
</rss>

