Zulu 2 TimeZones

From 360Works Product Documentation Wiki
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
====Windows====
 
====Windows====
 +
<code>C:\Program Files\360Works\Applications\conf\Catalina\localhost\zulu.xml</code>
  
 
====Mac====
 
====Mac====
 +
<code>/Library/360Works/Applications/conf/Catalina/localhost/zulu.xml</code>
 +
 +
Once you locate the context descriptor file, you need to find this specific line:
 +
<br />
 +
<code><Parameter name="zulu.timezone" value="" override="false" /></code>
 +
<br />
 +
And replace the empty value="" with a valid timezone string (a list of valid timezone strings can be found [here https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/timezone.html]).
 +
<br />
 +
For example:
 +
<br />
 +
<code><Parameter name="zulu.timezone" value="America/New_York " override="false" /></code>
 +
<br />
 +
This change will require a restart of Tomcat, which can be accomplished using the [[360Works Admin Tool]]

Revision as of 19:10, 28 July 2015

Zulu will run by default in the time zone that the host machine is configured for; however, if the physical machine where Zulu is running is in a different time zone than the users of the calendar, times synced to Google can appear to be incorrect, so Zulu 2 has the option to adjust the server timeZone.

The time zone property is located in Zulu's context.xml descriptor file, which can typically be found in one of these locations:

Windows

C:\Program Files\360Works\Applications\conf\Catalina\localhost\zulu.xml

Mac

/Library/360Works/Applications/conf/Catalina/localhost/zulu.xml

Once you locate the context descriptor file, you need to find this specific line:
<Parameter name="zulu.timezone" value="" override="false" />
And replace the empty value="" with a valid timezone string (a list of valid timezone strings can be found [here https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/timezone.html]).
For example:
<Parameter name="zulu.timezone" value="America/New_York " override="false" />
This change will require a restart of Tomcat, which can be accomplished using the 360Works Admin Tool

Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox