<?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 DST time function in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939054#M288601</link>
    <description>We are using aCC compiler of version A03.30. In some of the source files we are using Time.h file to get the time. I came to know that this time function uses the lib++.a(/opt/aCC/lib/lib++.a) library to fetch the time. To get rid of from DST changes which will be effect from March 11, 2007   we need to apply patches provided by the HP for aCC compiler(To update all libraries) &lt;BR /&gt;So, for the version A03.30 whether HP is providing any support or do we need to go for upgradation??&lt;BR /&gt;If upgradation is necessary...is there any alternative to get rid of this problem???&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Feb 2007 05:24:50 GMT</pubDate>
    <dc:creator>san_intel3</dc:creator>
    <dc:date>2007-02-06T05:24:50Z</dc:date>
    <item>
      <title>DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939054#M288601</link>
      <description>We are using aCC compiler of version A03.30. In some of the source files we are using Time.h file to get the time. I came to know that this time function uses the lib++.a(/opt/aCC/lib/lib++.a) library to fetch the time. To get rid of from DST changes which will be effect from March 11, 2007   we need to apply patches provided by the HP for aCC compiler(To update all libraries) &lt;BR /&gt;So, for the version A03.30 whether HP is providing any support or do we need to go for upgradation??&lt;BR /&gt;If upgradation is necessary...is there any alternative to get rid of this problem???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 05:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939054#M288601</guid>
      <dc:creator>san_intel3</dc:creator>
      <dc:date>2007-02-06T05:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939055#M288602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you look at this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h10072.www1.hp.com/dst/" target="_blank"&gt;http://h10072.www1.hp.com/dst/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 06 Feb 2007 05:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939055#M288602</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-02-06T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939056#M288603</link>
      <description>Why are you using the obsolete Standard Components?  This was obsolete when aC++ was introduced in 1997 and we said to use the C++ Library instead.  You need to think about rewriting your application to use ctime(3).&lt;BR /&gt;&lt;BR /&gt;The fine print on the page Robert-Jan mentions says that you have to purchase the A.03.70 compiler (free if you have support).  Then extract lib++.a from it.&lt;BR /&gt;&lt;BR /&gt;Alternately in a few days when the DST page is updated, it will mention a ftp site where you can download a site specific patch PHSS_35968, that just has lib++.a.&lt;BR /&gt;&lt;BR /&gt;Note: If you didn't know it, Time/Place do NOT have support for other than US timezone DST rules.  In fact, after the above patch, you will not be able to have the correct time in Mexico and Canada, if they don't match the US rules.</description>
      <pubDate>Tue, 06 Feb 2007 06:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939056#M288603</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-06T06:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939057#M288604</link>
      <description>Thanks denny and robert&lt;BR /&gt;&lt;BR /&gt;So, we need to go for A03.70 version of aC++ compiler and have to update the existing lib++.a library with the new library given in the new version. correct? or do we need to update all the libraries and re-build the entire code??&lt;BR /&gt;&lt;BR /&gt;Finally, we are using US time information only.</description>
      <pubDate>Tue, 06 Feb 2007 08:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939057#M288604</guid>
      <dc:creator>san_intel3</dc:creator>
      <dc:date>2007-02-06T08:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939058#M288605</link>
      <description>What all functions will be affected in Time.h header because of this DST changes.&lt;BR /&gt;&lt;BR /&gt;If we use a function that only return month and day(not the time) will that be affected because of this DST changes?</description>
      <pubDate>Tue, 06 Feb 2007 08:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939058#M288605</guid>
      <dc:creator>san_intel3</dc:creator>
      <dc:date>2007-02-06T08:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939059#M288606</link>
      <description>&amp;gt;we need to go for A03.70 version of aC++ compiler and have to update the existing lib++.a library with the new library given in the new version. correct?&lt;BR /&gt;&lt;BR /&gt;Yes, or wait for that patch.  (I just checked, that patch only goes back to A.03.30, so it will work for you.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;or do we need to update all the libraries and re-build the entire code??&lt;BR /&gt;&lt;BR /&gt;No, just relink&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we are using US time information only.&lt;BR /&gt;&lt;BR /&gt;That's good.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What all functions will be affected in Time.h header because of this DST changes.&lt;BR /&gt;&lt;BR /&gt;Only Place and Place::here is changed.  That is called for the Time(unsigned y, Month m, unsigned d);&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If we use a function that only return month and day(not the time) will that be affected because of this DST changes?&lt;BR /&gt;&lt;BR /&gt;If you never add Duration to the above Time, it seems you maybe ok.  (Or your Duration is always in days.)&lt;BR /&gt;&lt;BR /&gt;Time::clock_part would have problems.</description>
      <pubDate>Tue, 06 Feb 2007 08:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939059#M288606</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-06T08:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: DST time function</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939060#M288607</link>
      <description>If you go chasing the links off of the &lt;BR /&gt;&lt;A href="http://www.hp.com/dst/" target="_blank"&gt;http://www.hp.com/dst/&lt;/A&gt; you will eventually get to &lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/DST2.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/DST2.pdf&lt;/A&gt;&lt;BR /&gt;Where the ftp site for those special patches is listed.</description>
      <pubDate>Thu, 22 Feb 2007 00:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dst-time-function/m-p/3939060#M288607</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-22T00:43:36Z</dc:date>
    </item>
  </channel>
</rss>

