REST API Timestamp JESMSGLG & STDOUT do not match
search cancel

REST API Timestamp JESMSGLG & STDOUT do not match

book

Article ID: 243799

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

REST API Timestamp JESMSGLG & STDOUT logs do not match

Environment

Component : ESP REST API
Release: 12.0

Cause

When you change Timezone in PARMLIB member RESTPROP, the timestamp for STDOUT will not match the JESMSGLG. 

 

Resolution

If you change the timezone, you need to update both RESTPROP & RESTOPTS.

Example Below:

RESTPROP
esp.client.timeZone=America/New_York

RESTOPTS
export TZ="America/New_York"

Additional Information

None