HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Legacy
 - >
 - Operating System - Tru64 Unix
 - >
 - Tru64 Daylight Savings
 
Operating System - Tru64 Unix
        1840133
        Members
    
    
        2772
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
 
10-25-2010 02:04 AM
10-25-2010 02:04 AM
			
				
					
						
							Tru64 Daylight Savings
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello, 
Im just wondering on VMS we have to change the time to match daylight savings.
I think in Tru64 /etc/zoneinfo/sources/europe does this for us?
Does the UK come under the EU?
And does max mean forever after ??
Rule EU 1996 max-Oct lastSun 1:00u 0
Anyone can confirm this ?
Many thanks
		
		
	
	
	
Im just wondering on VMS we have to change the time to match daylight savings.
I think in Tru64 /etc/zoneinfo/sources/europe does this for us?
Does the UK come under the EU?
And does max mean forever after ??
Rule EU 1996 max-Oct lastSun 1:00u 0
Anyone can confirm this ?
Many thanks
- Tags:
 - DST
 
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-25-2010 08:36 AM
10-25-2010 08:36 AM
			
				
					
						
							Re: Tru64 Daylight Savings
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						> [...] on VMS we have to change the time to
> match daylight savings.
Really? Mine changes automatically. (And
has for many years.)
> Does the UK come under the EU?
Are you asking _me_ which time zone you're
in?
> And does max mean forever after ??
A Web search for "timezone rules" suggests
that:
The word maximum (or an abbreviation)
means the maximum year representable as
an integer.
So, that's probably as close to "forever
after" as one can get in this context.
		
		
	
	
	
> match daylight savings.
Really? Mine changes automatically. (And
has for many years.)
> Does the UK come under the EU?
Are you asking _me_ which time zone you're
in?
> And does max mean forever after ??
A Web search for "timezone rules" suggests
that:
The word maximum (or an abbreviation)
means the maximum year representable as
an integer.
So, that's probably as close to "forever
after" as one can get in this context.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-25-2010 09:58 AM
10-25-2010 09:58 AM
			
				
					
						
							Re: Tru64 Daylight Savings
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						You can check when your Tru64 system is scheduled to make a DST transition in 2010 (or any other year) like this:
zdump -v /etc/zoneinfo/localtime | grep 2010
On my system, which is in the US Eastern time zone, this returns:
/etc/zoneinfo/localtime Mon Oct 25 13:54:37 2010 EDT
/etc/zoneinfo/localtime Sun Mar 14 06:59:59 2010 GMT = Sun Mar 14 01:59:59 2010 EST isdst=0 gmtoff=-18000
/etc/zoneinfo/localtime Sun Mar 14 07:00:00 2010 GMT = Sun Mar 14 03:00:00 2010 EDT isdst=1 gmtoff=-14400
/etc/zoneinfo/localtime Sun Nov 7 05:59:59 2010 GMT = Sun Nov 7 01:59:59 2010 EDT isdst=1 gmtoff=-14400
/etc/zoneinfo/localtime Sun Nov 7 06:00:00 2010 GMT = Sun Nov 7 01:00:00 2010 EST isdst=0 gmtoff=-18000
This shows that the system transitioned from Eastern Standard Time (EST) to Eastern Daylight Time (EDT) on March 14, and it will transition back to EST on November 7.
Martin
					
				
			
			
				
		
		
	
	
	
zdump -v /etc/zoneinfo/localtime | grep 2010
On my system, which is in the US Eastern time zone, this returns:
/etc/zoneinfo/localtime Mon Oct 25 13:54:37 2010 EDT
/etc/zoneinfo/localtime Sun Mar 14 06:59:59 2010 GMT = Sun Mar 14 01:59:59 2010 EST isdst=0 gmtoff=-18000
/etc/zoneinfo/localtime Sun Mar 14 07:00:00 2010 GMT = Sun Mar 14 03:00:00 2010 EDT isdst=1 gmtoff=-14400
/etc/zoneinfo/localtime Sun Nov 7 05:59:59 2010 GMT = Sun Nov 7 01:59:59 2010 EDT isdst=1 gmtoff=-14400
/etc/zoneinfo/localtime Sun Nov 7 06:00:00 2010 GMT = Sun Nov 7 01:00:00 2010 EST isdst=0 gmtoff=-18000
This shows that the system transitioned from Eastern Standard Time (EST) to Eastern Daylight Time (EDT) on March 14, and it will transition back to EST on November 7.
Martin
	I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details
			
			
				
			
			
			
			
			
			
		A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details

- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-26-2010 01:41 AM
10-26-2010 01:41 AM
			
				
					
						
							Re: Tru64 Daylight Savings
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Sorry Steven, I didnt articultae myself properly. 
Thanks Martin that was exactly the answer I was looking for.
Many thanks both for your help & time.
Francesca
		
		
	
	
	
Thanks Martin that was exactly the answer I was looking for.
Many thanks both for your help & time.
Francesca
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP