- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Timezone settings 7.3-2
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-05-2005 05:50 AM
04-05-2005 05:50 AM
Timezone settings 7.3-2
Have read the timezone threads however ...
Would anyone be able to confirm whether there is any conflict between what the timezone differential is set to and what the rule specifies.
e.g. from UTC$TIME_SETUP show
AUTO_DLIGHT_SAV is set to "0" and DTSS is not in use. You will have to manually change to/from Daylight Saving Time.
You can do this by executing SYS$MANAGER:UTC$TIME_SETUP.COM,
or you can use YS$EXAMPLES:DAYLIGHT_SAVING.COM.
LOCAL TIME ZONE = JAMAICA -- DAYLIGHT TIME
LOCAL SYSTEM TIME = 4-APR-2005 22:14:59.93(EDT)
TIME DIFFERENTIAL FACTOR = -5:00
TIME ZONE RULE = EST5EDT4,M4.1.0/02,M10.5.0/02
Change EST to EDT on the First Sunday of April (3-Apr-2005) at 02:00
Change EDT to EST on the Last Sunday of October (30-Oct-2005) at 02:00
Jamiaca does not use daylight saving however the TIME ZONE RULE "EST5EDT4,M4.1.0/02,M10.5.0/02" is specified.
We have issues with an inhouse applcaition which started to our knowledge about the time of the expected EDT change.
Performing a reboot automatically changed the sys$timezone_daylight_saving to "1" therefore the sys$timezone_name is now "EDT". The SYS$TIMEZONE_DIFFERENTIAL is still set to -18000 (GMT-5) instead of the timezone rule specification of GMT-4.
Could this cause a conflict?
DTSS is not used and DECNET-osi is not installed.
The GMT time and database current time are set as we would expect so there doesnt seem to be an issue with times.
Does Java 1.4.1 have its own timezone settings? (the application uses this).
Thanks in advance
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 06:20 AM
04-05-2005 06:20 AM
Re: Timezone settings 7.3-2
As a workaround you could modify the rule to be EST5EDT5... in the .COM file. The .COM filenames were given in a recent daylight savings time related thread.
Since AUTO_DLIGHT_SAV is set to "0" and DTSS is not in use, the SYS$TIMEZONE_DIFFERENTIAL won't change till you run SYS$MANAGER:UTC$TIME_SETUP.COM
or SYS$EXAMPLES:DAYLIGHT_SAVING.COM.
So the SYS$TIMEZONE_DIFFERENTIAL should stay at GMT-5 forever unless you manually run UTC$TIME_SETUP.COM.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 06:30 AM
04-05-2005 06:30 AM
Re: Timezone settings 7.3-2
So it seems that even if you have a rule which is different to the actual timezone in the country as long as you don't imlplement the timezone differential factor change there should be no effect on the system. I assume that the
SYS$TIMEZONE_NAME & SYS$TIMEZONE_DAYLIGHT_SAVING logical values are just informational to inform the user whether EST or EDT is currently in use.
Thanks for your quick response
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 10:34 PM
04-11-2005 10:34 PM
Re: Timezone settings 7.3-2
Please could someone tell me what the different components of the timezone rule are:
e.g.
EET-2EEST-3,M4.5.5/00,M9.5.5/00
EET-2EEST-3 - these describe Standard time (GMT-2) and daylight savings time (GMT-3).
M4.5.5/00
I know M4 is the month APR
Please could someone advise as to the .5.5/00?
Thanks
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 11:01 PM
04-11-2005 11:01 PM
Re: Timezone settings 7.3-2
Run-Time Library Reference Manual for OpenVMS Systems.
Thanks