Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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'