[RPG]Application Trace date

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]Application Trace date

Post by MegumiSawada »

Hi,

In our IBM i , the application trace file will be created with UTC.
RPG/IBMi-2018-02-23-10:14:00:073 Application tracing started
RPG/IBMi-2018-02-23-10:14:00:074 AAAAAA
RPG/IBMi-2018-02-23-10:14:00:075 Application tracing ended
But acctual time is 19:14:00 here in Japan.(UTC+9:00)
Is there any way to write the trace file in Japanese Standard Time format?
Like...
RPG/IBMi-2018-02-23-19:14:00:075 Application tracing ended
Best Regards,
Megumi Sawada
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: [RPG]Application Trace date

Post by MegumiSawada »

Should I ask this to support...?
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: [RPG]Application Trace date

Post by tsupartono »

Hi Megumi,
There is no way to get the timestamp printed out in local time.
Post Reply