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
04-16-2002 01:16 AM
04-16-2002 01:16 AM
without restarting server.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 01:19 AM
04-16-2002 01:19 AM
Re: TIMEZONE
Check this:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5cb353921f1ad5118fef0090279cd0f9,00.html
grt, Emiel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 01:21 AM
04-16-2002 01:21 AM
Re: TIMEZONE
"export TZ=

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 01:36 AM
04-16-2002 01:36 AM
Re: TIMEZONE
You could also set the Timezone for the users in the /etc/profile.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 01:44 AM
04-16-2002 01:44 AM
SolutionHowever, any applications running that are timezone sensitive will need to be restarted to pick up the new TZ setting. This is not normally a huge issue as most apps use UTC instead of the local time when performing time calculations. There may be some side effects - for example your log files may have the wrong timestamps in them because the application is still running with the old TZ setting.
Generally its cleaner to reboot.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 02:46 AM
04-16-2002 02:46 AM
Re: TIMEZONE
All you have to do is change the TZ shell variable. But that will only change the timezone for that shell ant it's child processes.
You should change it for the system with 'set_parms timezone'. But as all running processes wil still have the "old" timezone it's 2cleaner" to reboot.
See also recent postings:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xecaeba808b46d611abda0090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8b928cc5e03fd6118fff0090279cd0f9,00.html
Regards,
Tron