<?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: Time Change Question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138736#M62633</link>
    <description>Apologies for excluding the required info.&lt;BR /&gt;The box is Red hat.&lt;BR /&gt;&lt;BR /&gt;According to&lt;BR /&gt;&lt;BR /&gt;[root@X ~]# cat /etc/sysconfig/clock&lt;BR /&gt;ZONE="America/New_York"&lt;BR /&gt;UTC=false&lt;BR /&gt;ARC=false&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# zdump -v America/New_York&lt;BR /&gt;&lt;BR /&gt;America/New_York  Sun Mar  8 07:00:00 2037 UTC = Sun Mar  8 03:00:00 2037 EDT isdst=1 gmtoff=-14400&lt;BR /&gt;America/New_York  Sun Nov  1 05:59:59 2037 UTC = Sun Nov  1 01:59:59 2037 EDT isdst=1 gmtoff=-14400&lt;BR /&gt;America/New_York  Sun Nov  1 06:00:00 2037 UTC = Sun Nov  1 01:00:00 2037 EST isdst=0 gmtoff=-18000&lt;BR /&gt;America/New_York  9223372036854689407 = NULL&lt;BR /&gt;America/New_York  9223372036854775807 = NULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#########################&lt;BR /&gt;&lt;BR /&gt;So, am I reading this correctly ? to say it will switch to EST on &lt;BR /&gt;&lt;BR /&gt;Sun Nov  1 01:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Oct 2008 20:43:37 GMT</pubDate>
    <dc:creator>P_F</dc:creator>
    <dc:date>2008-10-31T20:43:37Z</dc:date>
    <item>
      <title>Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138734#M62631</link>
      <description>I'm unsure whether my servers will automatically adjust for Daylight Saving Time change in the fall of 2008.&lt;BR /&gt;&lt;BR /&gt;When I issue the date command this is what appears:&lt;BR /&gt;&lt;BR /&gt;[root@XXXXXXX ~]# date&lt;BR /&gt;Fri Oct 31 14:44:30 EDT 2008&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 17:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138734#M62631</guid>
      <dc:creator>P_F</dc:creator>
      <dc:date>2008-10-31T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138735#M62632</link>
      <description>To confirm that, you would need to find out your current timezone setting. You posted to a Linux forum, so I'll assume your question is about Linux systems. &lt;BR /&gt;&lt;BR /&gt;Too bad you did not disclose the name of your Linux distribution (i.e. RedHat, SuSE, Debian etc.). &lt;BR /&gt;&lt;BR /&gt;In a Linux system, the timezone setting is usually in the form "Continent/Capital", e.g. "America/New_York".&lt;BR /&gt;&lt;BR /&gt;If you're using RedHat (or Centos, or some other RedHat-like Linux), look into /etc/sysconfig/clock. It is a text file that contains system clock settings, including the timezone.&lt;BR /&gt;&lt;BR /&gt;After you know your timezone setting, run "zdump -v Continent/Capital". It will list the exact times of Daylight Saving Time change as they're defined in your system for that particular timezone. Both past and future DST change times will be listed.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;zdump -v America/New_York&lt;BR /&gt;displays this on my system:&lt;BR /&gt;...&lt;BR /&gt;America/New_York  Sun Nov  2 05:59:59 2008 UTC = Sun Nov  2 01:59:59 2008 EDT isdst=1 gmtoff=-14400&lt;BR /&gt;America/New_York  Sun Nov  2 06:00:00 2008 UTC = Sun Nov  2 01:00:00 2008 EST isdst=0 gmtoff=-18000&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;If my system was using the America/New_York timezone, it would change from DST to standard time on next Sunday, so that after 01:59:59 EDT comes 01:00:00 EST.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 31 Oct 2008 19:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138735#M62632</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-10-31T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138736#M62633</link>
      <description>Apologies for excluding the required info.&lt;BR /&gt;The box is Red hat.&lt;BR /&gt;&lt;BR /&gt;According to&lt;BR /&gt;&lt;BR /&gt;[root@X ~]# cat /etc/sysconfig/clock&lt;BR /&gt;ZONE="America/New_York"&lt;BR /&gt;UTC=false&lt;BR /&gt;ARC=false&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# zdump -v America/New_York&lt;BR /&gt;&lt;BR /&gt;America/New_York  Sun Mar  8 07:00:00 2037 UTC = Sun Mar  8 03:00:00 2037 EDT isdst=1 gmtoff=-14400&lt;BR /&gt;America/New_York  Sun Nov  1 05:59:59 2037 UTC = Sun Nov  1 01:59:59 2037 EDT isdst=1 gmtoff=-14400&lt;BR /&gt;America/New_York  Sun Nov  1 06:00:00 2037 UTC = Sun Nov  1 01:00:00 2037 EST isdst=0 gmtoff=-18000&lt;BR /&gt;America/New_York  9223372036854689407 = NULL&lt;BR /&gt;America/New_York  9223372036854775807 = NULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#########################&lt;BR /&gt;&lt;BR /&gt;So, am I reading this correctly ? to say it will switch to EST on &lt;BR /&gt;&lt;BR /&gt;Sun Nov  1 01:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 20:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138736#M62633</guid>
      <dc:creator>P_F</dc:creator>
      <dc:date>2008-10-31T20:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138737#M62634</link>
      <description>Note the year: according to the lines you showed, if the system is still using the current rules on year 2037, it will switch to EST on Sun Nov 1 of 2037. The switch will happen so that 01:59:59 EDT will be followed by 01:00:00 EST. &lt;BR /&gt;&lt;BR /&gt;In other words, the transition will happen on 02:00:00 EDT = 01:00:00 EST.&lt;BR /&gt;&lt;BR /&gt;Use "zdump -v America/New_York | grep 2008" to get the entries for this year only.&lt;BR /&gt;&lt;BR /&gt;Based on the indicated transition date for 2037, your system already has the correct DST rules: the DST will end on the first Sunday of November. This year, it will be Sun Nov 2.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 31 Oct 2008 21:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138737#M62634</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-10-31T21:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138738#M62635</link>
      <description>Ah, ya. Just noticed the year 2037.&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks a lot.</description>
      <pubDate>Fri, 31 Oct 2008 21:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138738#M62635</guid>
      <dc:creator>P_F</dc:creator>
      <dc:date>2008-10-31T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Time Change Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138739#M62636</link>
      <description>Refer to thread above.</description>
      <pubDate>Mon, 03 Nov 2008 13:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/time-change-question/m-p/5138739#M62636</guid>
      <dc:creator>P_F</dc:creator>
      <dc:date>2008-11-03T13:54:10Z</dc:date>
    </item>
  </channel>
</rss>

