3 Replies Latest reply on Oct 16, 2011 4:16 PM by celinhoeugenio

    How to set the app timezone

    celinhoeugenio
      Hi All,

      I'm having some troubles in how to configure the app timezone, even after searching some solutions here, I couldn't do it.

      I have at the same server, more than one application and each one has a specific timezone, can anybody help me?

      I've already tried to change the following element <international:time-zone-selector time-zone id="#{fgaConfig.timeZoneID}" /> in the components.xml archive.

      Tried the <default-time-zone-id>#{fgaConfig.timeZoneID}</default-time-zone-id> in the faces-config.xml

      and by last one the add <context-param>
                                 <param-name>timezone</param-name>
                                 <param-value>America/New_York</param-value>
                              </context-param>

      at the web.xml.

      How can I setup this value for each app?

      Thank you and advance.