- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP Timezone
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
07-16-2003 05:48 PM
07-16-2003 05:48 PM
NTP Timezone
What's the difference EAT-8 and CST6CDT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 06:06 PM
07-16-2003 06:06 PM
Re: NTP Timezone
All the definitions for each TZ value are in the file: /usr/lib/tztab and of course the man page for tztab will help.
One nit: for programs (typically some daemons) that do not define or inherit the TZ environment value, the HP-UX system calls for time-of-day are adjusted with the kernel parameters timezone and dst. This is a much more crude method (minutes east/west of the Greenwich meridian) as it does not have the dozen of more variations for daylight saving.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 06:07 PM
07-16-2003 06:07 PM
Re: NTP Timezone
You set your timezone in /etc/TIMZONE
mine looks like this:
TZ=CST6CDT
export TZ
Central time btw.
ntp just points to the server to get time from. It doesn't matter where it is. The system adjusted the time to fit your timezone.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 06:08 PM
07-16-2003 06:08 PM
Re: NTP Timezone
Then your zone is -8 being 8 hours ahead of GMT (0 hours).
CST6CDT is central canadian time. 6 hours behind GMT.
As far as I know NTP does not have a definition for timezones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 07:03 PM
07-16-2003 07:03 PM
Re: NTP Timezone
Timezone settings only affect how time is displayed. The chief effect of the system-wide timezone setting in /etc/TIMEZONE is that it is used as a default for processes like crond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 08:10 PM
07-16-2003 08:10 PM
Re: NTP Timezone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 08:11 PM
07-16-2003 08:11 PM
Re: NTP Timezone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 09:43 PM
07-16-2003 09:43 PM
Re: NTP Timezone
You define the timezone in /etc/TIMEZONE file
and check the timezone using the command echo $TZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 09:45 PM
07-16-2003 09:45 PM
Re: NTP Timezone
You define the timezone in /etc/TIMEZONE file
and check the timezone using the command echo $TZ