- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Time Problem
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
09-18-2005 11:42 PM
09-18-2005 11:42 PM
Time Problem
I am getting different time for different logins on same server.
Why it is so?
Waiting for reply..
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:45 PM
09-18-2005 11:45 PM
Re: Time Problem
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:49 PM
09-18-2005 11:49 PM
Re: Time Problem
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:52 PM
09-18-2005 11:52 PM
Re: Time Problem
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:54 PM
09-18-2005 11:54 PM
Re: Time Problem
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:55 PM
09-18-2005 11:55 PM
Re: Time Problem
I would suspect that the different user profiles contain different TZ variable settings. Remember, server time is kept in UTC (GMT) but the perception that a user has is based on his/her offset from that through the TZ variable.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:57 PM
09-18-2005 11:57 PM
Re: Time Problem
TZ=CST6 date
TZ=CST6CDT date
TZ=EST5EDT date
TZ=GMT0 date
TZ=NST3:30NDT date
TZ=CST-9:30CDT date
TZ=BILLH1:23 date
Oh, the last timezone is my own. I decided to create my own timezone by following the rules in the man page for environ. See this thread for more details: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=955491
HP-UX sets the global timezone in one file: /etc/TIMEZONE. Everyone with a normal login will have this value. Of course, normal users can edit their .profile and change anything including TZ.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 12:05 AM
09-19-2005 12:05 AM
Re: Time Problem
cd /home/
find / -name ".profile" | xargs grep -iE 'TZ|date'
what u r getting there.
P.S: I hope users are having home directory /home
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 01:35 AM
09-20-2005 01:35 AM