1827847 Members
1924 Online
109969 Solutions
New Discussion

timezone parameter

 
SOLVED
Go to solution
A.K.
Frequent Advisor

timezone parameter

I got two sites one in New York and the other in Vienna.
What is the value of the parameter-timezone for this locations ?
7 REPLIES 7
Helen French
Honored Contributor

Re: timezone parameter

hey,

TZ=EST5EDT - for New York

Shiju
Life is a promise, fulfill it!
Jeff Machols
Esteemed Contributor

Re: timezone parameter

List of all zones are in /usr/lib/tztab
Sridhar Bhaskarla
Honored Contributor

Re: timezone parameter

Newyork is in Eastern standard Timezone. So you should be setting your /etc/TIMEZONE to EST5EDT

For vienna, Virginia again it is the same Estern. So, set the samething as the above.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
John Bolene
Honored Contributor

Re: timezone parameter

Vienna, Austria would be CET-1CEST
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
A.K.
Frequent Advisor

Re: timezone parameter

hi guys,
Maybe there is a misunderstanding
I talking about the timezone-parameter
that can been view in /stand/system
or configured or view in SAM
=>kernel configuration
=> configurable parameter
there the value is in minutes (0 => 1440)
My real problem is Vienna(Austria)
What is the timezone I should set in Vienna
If my New York is 300(300/60 => 5 hours)
So What spose to be Vienna timezone
so they would be synchronize
I spose to go west to greenwich time ?
Bill Hassell
Honored Contributor
Solution

Re: timezone parameter

The kernel parameter "timezone" is always minutes west (a positive integer). Since 24 hours would be 1440, 1 hour east of Greenwich would be 1380.

Note that timezone is used only by processes that do not inherit TZ in their environment.


Bill Hassell, sysadmin
Sanjay_6
Honored Contributor

Re: timezone parameter