- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP & time change
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
11-29-2005 10:58 PM
11-29-2005 10:58 PM
NTP & time change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 11:02 PM
11-29-2005 11:02 PM
Re: NTP & time change
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 11:14 PM
11-29-2005 11:14 PM
Re: NTP & time change
You can also create your own timezone rules for specify when to start and end the DST.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 11:27 PM
11-29-2005 11:27 PM
Re: NTP & time change
NTP uses UTC (GMT) time. What you (your sever) perceives as the correct time is handled with the TZ setting. You can see this by doing something like:
# date
Wed Nov 30 07:22:31 EST 2005
# TZ=PDT date
Wed Nov 30 12:22:36 PDT 2005
Notice that in the second call of 'date' I temporarily set my timezone to American Pacific Daylight Time instead of my Eastern Standard time.
The rules for daylight savings changes (if any) are cataloged in '/usr/lib/tztab' with the explanation of the format in the 'tztab(4)' manpages.
There is nothing you need to do other than setup NTP and your correct timezone in '/etc/TIMEZONE'. The later file is read by '/etc/profile' during login to set the correct 'TZ' value in your shell's environment.
Regards!
...JRF...
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2005 09:29 PM
12-01-2005 09:29 PM
Re: NTP & time change
and I contacted our client who look after the NTP server and they say their server (may not be Unix) is set to GMT0. I was told this will change to GMT1 when time changes. Hence Should I assume that our timezone will automatically be set to GMT1BST and that they are both correctly setup???