- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Timezone offset
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-29-2005 08:24 AM
07-29-2005 08:24 AM
Where can I check if my timezone offset is on the target?
Thank you in advance.
Ian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 08:46 AM
07-29-2005 08:46 AM
SolutionWhat version of OpenVMS are you running?
A good starting point is the SYS$TIMEZONE_* logical names (OpenVMS 8.2).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 04:45 PM
07-29-2005 04:45 PM
Re: Timezone offset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 06:29 PM
07-29-2005 06:29 PM
Re: Timezone offset
$ SHOW LOG SYS$TIME* shows you the OpenVMS timezone-related parameters.
$ TYPE/TAIL SYS$STARTUP:*$UTC_STARTUP.COM (* = either UTC or DTSS) shows you the command, which sets up your timezone information during boot.
You can correct all time-zone related information by using @SYS$MANAGER:UTC$TIME_SETUP.COM
The OpenVMS FAQ has a chapter on this:
4.3 Managing Timezones, Timekeeping, UTC, and Daylight Savings?
http://h71000.www7.hp.com/faq/vmsfaq.txt
If your local timezone rules have changed, you could manually define a correct timezone rule (also explained in the FAQ).
Please note that timezone handling has changed a lot with various versions of OpenVMS, so some of it depends on the VMS version you're running and whether your're running DTSS or not.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 09:58 PM
07-29-2005 09:58 PM
Re: Timezone offset
Care to explain "the new law"?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 01:39 AM
07-30-2005 01:39 AM
Re: Timezone offset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 01:56 AM
07-30-2005 01:56 AM
Re: Timezone offset
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:07 PM
08-01-2005 05:07 PM
Re: Timezone offset
Thanks,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:01 PM
08-01-2005 06:01 PM
Re: Timezone offset
if SHOW TIME shows the wrong time in your system, you will need to correct this. There are various ways to do this. You may need to take into account, how your applications or time-released jobs would react to a sudden change in system time.
@SYS$MANAGER:UTC$TIME_SETUP allows you to modify the system time by answering Y to the following question:
Do you wish to modify the local system time [N]:
then you can enter a time offset to be added to local system time:
Enter the time adjustment value:
You could also boot conversationally and temporarily set the system parameter SETTIME = 1, which will cause OpenVMS to prompt you for entering the system time:
>>> b -fl
SYSGEN> set WRITESYSPARAMS 0
SYSGEN> set SETTIME 1
SYSGEN> C
Then enter the correct system time after being prompted.
You could also simply change the time in the running system with the $ SET TIME=hh:mm:ss command.
Volker.