1. Home
  2. Docs
  3. Master profile
  4. Analysis profile
  5. Time zones

Time zones

The time zones section permits to define the default time zones for :

  • the JZR report display time zone (display_time_zone) to display the analysis results in any other time zone.

Time zone id : it is a Java one.
The list of possible values is available in the tz database.
Important : the Etc/GMT+2 is not GMT+2, but GMT-2 as per definition : in the “Etc” area, zones west of GMT have indeed a positive sign.

<time_zones>
    <recording_time_zone id="${JEYZER_RECORDING_TIME_ZONE_ID}"/>
    <display_time_zone   id="${JEYZER_DISPLAY_TIME_ZONE_ID}"/>
</time_zones>