- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DST time function
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 09:24 PM
02-05-2007 09:24 PM
DST time function
So, for the version A03.30 whether HP is providing any support or do we need to go for upgradation??
If upgradation is necessary...is there any alternative to get rid of this problem???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 09:48 PM
02-05-2007 09:48 PM
Re: DST time function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 10:09 PM
02-05-2007 10:09 PM
Re: DST time function
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.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 12:14 AM
02-06-2007 12:14 AM
Re: DST time function
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??
Finally, we are using US time information only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 12:19 AM
02-06-2007 12:19 AM
Re: DST time function
If we use a function that only return month and day(not the time) will that be affected because of this DST changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 12:42 AM
02-06-2007 12:42 AM
Re: DST time function
Yes, or wait for that patch. (I just checked, that patch only goes back to A.03.30, so it will work for you.)
>or do we need to update all the libraries and re-build the entire code??
No, just relink
>we are using US time information only.
That's good.
>What all functions will be affected in Time.h header because of this DST changes.
Only Place and Place::here is changed. That is called for the Time(unsigned y, Month m, unsigned d);
>If we use a function that only return month and day(not the time) will that be affected because of this DST changes?
If you never add Duration to the above Time, it seems you maybe ok. (Or your Duration is always in days.)
Time::clock_part would have problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 04:43 PM
02-21-2007 04:43 PM
Re: DST time function
http://www.hp.com/dst/ you will eventually get to http://h21007.www2.hp.com/dspp/files/unprotected/DST2.pdf
Where the ftp site for those special patches is listed.