The time zones section permits to define the default time zones for :
- the JZR recording time zone (
recording_time_zone
) when not available within the recording.
- 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>