Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
chiru_thota
Specialist
Specialist

Execution time format in log file

Hi All,

I have two applications.One application log file is showing times in 12 hours format and other one in 24 hours format.

What setting is making this difference ?

Thanks in advance !

logfiles time.png

1 Solution

Accepted Solutions
Not applicable

Hey Chiranjeevi,

Can you please check the environment variables:

SET TimeFormat='hh:mm:ss'

SET DateFormat='M/D/YYYY'

  SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff]'

vs

SET TimeFormat='hh:mm:ss TT'

SET DateFormat='M/D/YYYY'

  SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff] TT'

View solution in original post

1 Reply
Not applicable

Hey Chiranjeevi,

Can you please check the environment variables:

SET TimeFormat='hh:mm:ss'

SET DateFormat='M/D/YYYY'

  SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff]'

vs

SET TimeFormat='hh:mm:ss TT'

SET DateFormat='M/D/YYYY'

  SET TimestampFormat='M/D/YYYY hh:mm:ss[.fff] TT'