- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Timezone Query
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
06-21-2006 12:27 AM
06-21-2006 12:27 AM
Timezone Query
It is currently using SAT5 as its timezone, as it is located in Bogota, Columbia, but I need to configure the timezone in an application used by Montevideo. There is no entry for SAT in /usr/lib/tztab so im not too sure how it is setting the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 01:36 AM
06-21-2006 01:36 AM
Re: Timezone Query
Standard time zone: UTC/GMT -3 hours
No daylight saving time at the moment
More info on Montevideo:
http://www.timeanddate.com/worldclock/city.html?n=163
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 02:04 AM
06-21-2006 02:04 AM
Re: Timezone Query
you can consider NTP. In that way you should still have the timezone for Bogota but the NTP obtains the date from NTP server.
Just a thought...
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 03:31 AM
06-21-2006 03:31 AM
Re: Timezone Query
Converting UTC to local time is always the responsibility of the server OS: NTP just takes care that the underlying UTC time is correct.
If there is no entry for your current timezone in /usr/lib/tztab, the number in the TZ timezone specification tells the UTC offset value directly. (See "man environ")
So, SAT5 would mean "UTC value minus 5 hours". If you want, you can add your own timezone definition to /usr/lib/tztab: see "man tztab" for that.
Remember that you *can* use a different TZ value for any process, if necessary. The TZ was defined as an environment variable just for this purpose: if you remote-access a server located in a different timezone from you, you could change the TZ variable for your session and have all the times displayed according to your local timezone.
If you do this, remember that system-wide things like cron jobs will always be triggered according to the server's "default" timezone (the one specified in /etc/TIMEZONE) unless someone e.g. edits the startup script for cron daemon to use a specific time zone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 11:09 PM
06-23-2006 11:09 PM
Re: Timezone Query
John, could you let us know which solution do you apply, if any?
Best regards,
Fabio