<?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: How to test Daylight Savings Time settings for 2007? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744157#M256602</link>
    <description>&amp;gt;Sundar: $ aCC main.C -I/opt/aCC/include -I/opt/aCC/include_std -I/opt/aCC/include/SC&lt;BR /&gt;-L /opt/aCC/lib -l++&lt;BR /&gt;&lt;BR /&gt;You should only be using -I/opt/aCC/include/SC.  The rest of the -Is and -L should be removed.&lt;BR /&gt;I.e. you should never specify default aCC paths.</description>
    <pubDate>Tue, 27 Feb 2007 05:12:57 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-02-27T05:12:57Z</dc:date>
    <item>
      <title>How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744144#M256589</link>
      <description>&lt;BR /&gt;Hello HP-UX Experts,&lt;BR /&gt;&lt;BR /&gt;I have just entered my changes for the 2007 Daylight Savings Time rules in /usr/lib/tztab. Is there a way to test these changes without actually changing the system date? I am running Oracle and I have read that it is very bad to change the date backwards.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 16:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744144#M256589</guid>
      <dc:creator>Robert Fisher_1</dc:creator>
      <dc:date>2006-03-03T16:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744145#M256590</link>
      <description>First of all, Bob, it's not Daylight Savings Time; it's Daylight Saving Time. And yes, you are correct it's not nice to set the date backwards. Customers get a little confused when Transaction No. 100 occurs befor Transaction No 99. The good news is that I do have an answer for you.&lt;BR /&gt;&lt;BR /&gt;Execute the attached Perl script, dst.pl.&lt;BR /&gt;&lt;BR /&gt;Without arguments, it works on the current year. With -y 2007, it will display the exact second before and after the transition.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;dst.pl -y 2007&lt;BR /&gt;&lt;BR /&gt;Invoke as dst.pl -u for full usage.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The good news is that this Perl code uses the same underlying libc date routines that all the UNIX commands do so that if this works, everything will work as planned.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 16:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744145#M256590</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-03T16:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744146#M256591</link>
      <description>Ooops, I should add that you can test multiple TZ values thusly:&lt;BR /&gt;&lt;BR /&gt;TZ=EST5EDT dst.pl -y 2007&lt;BR /&gt;TZ=CST6CDT dst.pl -y 2007&lt;BR /&gt;TZ=MST7MDT dst.pl -y 2007&lt;BR /&gt;TZ=PST8PDT dst.pl -y 2007&lt;BR /&gt;&lt;BR /&gt;Oh, and if you have Perl installed on Windows it works there as well. I'm gonna bet that them there Windows boxes will take more than just a tztab change (iffn that had one) to fix themselves.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 16:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744146#M256591</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-03T16:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744147#M256592</link>
      <description>Hi A. Clay,&lt;BR /&gt;&lt;BR /&gt;That's a very useful scripts!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 03 Mar 2006 17:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744147#M256592</guid>
      <dc:creator>Robert Fisher_1</dc:creator>
      <dc:date>2006-03-03T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744148#M256593</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Does anyone know the actual dates that we will be doing this?  I believe the 'spring ahead' is in March of 2007...  what about the 'fall beihind' date?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Cheryl</description>
      <pubDate>Mon, 10 Apr 2006 07:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744148#M256593</guid>
      <dc:creator>Nobodybutme</dc:creator>
      <dc:date>2006-04-10T07:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744149#M256594</link>
      <description>Cheryl,&lt;BR /&gt;&lt;BR /&gt;Have a look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webexhibits.org/daylightsaving/b.html" target="_blank"&gt;http://webexhibits.org/daylightsaving/b.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Apr 2006 08:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744149#M256594</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-10T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744150#M256595</link>
      <description>A. Clay, thanks for the perl script to show the planned change.  Don't be too hard on people that put the "s" on saving some of the man pages in HP also call it Daylight Savings Time!  ;-)</description>
      <pubDate>Thu, 18 Jan 2007 11:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744150#M256595</guid>
      <dc:creator>Jeff Carlin</dc:creator>
      <dc:date>2007-01-18T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744151#M256596</link>
      <description>March 11, 2007 2am&lt;BR /&gt;&lt;BR /&gt;Nov 3, 2007 2 am&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 18 Jan 2007 16:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744151#M256596</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-18T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744152#M256597</link>
      <description>Sigh....I meant the Sunday - not Saturday....&lt;BR /&gt;&lt;BR /&gt;March 12 2 am and Nov 4 2 am...</description>
      <pubDate>Thu, 18 Jan 2007 16:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744152#M256597</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-18T16:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744153#M256598</link>
      <description>you were right the first time&lt;BR /&gt;&lt;BR /&gt;DST On: Mar 11, 2007 at 01:59:59 + one second&lt;BR /&gt;and&lt;BR /&gt;DST Off:Nov 4, 2007 at 01:59:59 + 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I run the script (on windows) and get:&lt;BR /&gt;&lt;BR /&gt;C:\temp\FX-Down&amp;gt;273155.pl  -y 2007&lt;BR /&gt;Sun Mar 11 01:59:59 Mountain Standard Time 2007 --&amp;gt; Sun Mar 11 03:00:00 Mountain Standard Time 2007&lt;BR /&gt;Sun Nov 04 01:59:59 Mountain Standard Time 2007 --&amp;gt; Sun Nov 04 01:00:00 Mountain Standard Time 2007&lt;BR /&gt;&lt;BR /&gt;The info is correct except the 3/11 03:00 still shows "Mountain Standard Time"&lt;BR /&gt;&lt;BR /&gt;don't know perl well enough to figure out why.&lt;BR /&gt;&lt;BR /&gt;Thanks for the script.  I also posted a java script to check java at: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094092" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094092&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--Garry&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 17:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744153#M256598</guid>
      <dc:creator>Garry_2</dc:creator>
      <dc:date>2007-02-15T17:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744154#M256599</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;How would you replace the "our" in line 184, it's deprecated on some of my systems</description>
      <pubDate>Mon, 26 Feb 2007 09:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744154#M256599</guid>
      <dc:creator>Pierrot_2</dc:creator>
      <dc:date>2007-02-26T09:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744155#M256600</link>
      <description>Do a man "Getopt::Std". That will tell you your options if you do not want to use "our" in this context.</description>
      <pubDate>Mon, 26 Feb 2007 10:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744155#M256600</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-26T10:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744156#M256601</link>
      <description>Try this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  $ more main.C&lt;BR /&gt;&lt;BR /&gt;    #include &lt;IOSTREAM.H&gt;&lt;BR /&gt;    #include "String.h"&lt;BR /&gt;    #include "Time.h"&lt;BR /&gt;&lt;BR /&gt;    int main(int ac, char **av)&lt;BR /&gt;    {&lt;BR /&gt;       Time tm;&lt;BR /&gt;&lt;BR /&gt;       // March 11, 2007 - day that new savings time takes effect.&lt;BR /&gt;       tm = Time(2007, Time::march, 11, Place::eastern()) +&lt;BR /&gt;       Duration::hours(12);&lt;BR /&gt;       cout &amp;lt;&amp;lt; tm.make_string("%D %T %Z", Place::eastern())&lt;BR /&gt;       &amp;lt;&amp;lt; "\n\n";&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;Build:&lt;BR /&gt;&lt;BR /&gt;   $ aCC main.C -I/opt/aCC/include -I/opt/aCC/include_std -I/opt/aCC/include/SC&lt;BR /&gt;        -L /opt/aCC/lib -l++ -o my2k7&lt;BR /&gt;&lt;BR /&gt;Execution:&lt;BR /&gt;&lt;BR /&gt;On a non C++ patched system - BAD&lt;BR /&gt;&lt;BR /&gt;   $ my2k7&lt;BR /&gt;   03/11/07 12:00:00 EST&lt;BR /&gt;&lt;BR /&gt;On a patched system - GOOD&lt;BR /&gt;&lt;BR /&gt;   $ my2k7&lt;BR /&gt;   03/11/07 13:00:00 EDT&lt;BR /&gt;&lt;BR /&gt;BTW, not sure if you are aware, you share the name with one of the all time chess legends !! :-)&lt;/IOSTREAM.H&gt;</description>
      <pubDate>Mon, 26 Feb 2007 13:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744156#M256601</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-02-26T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Daylight Savings Time settings for 2007?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744157#M256602</link>
      <description>&amp;gt;Sundar: $ aCC main.C -I/opt/aCC/include -I/opt/aCC/include_std -I/opt/aCC/include/SC&lt;BR /&gt;-L /opt/aCC/lib -l++&lt;BR /&gt;&lt;BR /&gt;You should only be using -I/opt/aCC/include/SC.  The rest of the -Is and -L should be removed.&lt;BR /&gt;I.e. you should never specify default aCC paths.</description>
      <pubDate>Tue, 27 Feb 2007 05:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-daylight-savings-time-settings-for-2007/m-p/3744157#M256602</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-27T05:12:57Z</dc:date>
    </item>
  </channel>
</rss>

