TIMEZONE keyword for the ANALYZE control statement
You can specify one of the following values:
LOCAL
Use the offset that is specified in the z/OS system that is executing the Log Analyzer job. Using this offset, Log Analyzer automatically converts time values to the equivalent coordinated universal time (UTC), also referred to as Greenwich Mean Time (GMT).
GMT
Use UTC times. Log Analyzer interprets and displays all time values as UTC times.
(-hhmm) or (+hhmm)
Use the specified offset instead of the offset that is specified in the z/OS system that is executing the Log Analyzer job. Using this offset, Log Analyzer interprets and displays time values as GMT plus or minus the specified number of hours and minutes. If you want to work in local time but Log Analyzer is processing log records that were created in a different time zone than your own, you might find it easiest to specify TIMEZONE=(-hhmm) or TIMEZONE=(+hhmm).
ORIGINAL
Automatically determine and display the local time offset from GMT by using the UTC or IMS timestamps in log records within the SLDS.
You cannot specify TIMEZONE=ORIGINAL if you specify START and STOP timestamps on the INTERVAL control statement.
The default is TIMEZONE=LOCAL.