Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
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'