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: 
rittermd
Master
Master

Time Stamp Issue

I am displaying the TimeStamp that is on the following log file:

Engine\Audit\WIN-IVTIROI5TAF_AuditActivity_Engine.txt

I just opened an app at 10:28 AM EST.

When I reloaded the app and view the date time stamp it is showing the time as 14:01

I checked the QS server and the time and time zone are correct. 

Is there some place else that I need to set the correct Time Zone?

We are running 3.0 of QS the server version.

I am converting the time stamp in the script as follows:

Date(Timestamp("Timestamp"),'MM/DD/YYYY hh:mm') as date,

Is it possible this expression is not returning the correct time?  The date is correct.

1 Solution
3 Replies
MK_QSL
MVP
MVP

Date(Floor(Timestamp#("Timestamp",'MM/DD/YYYY hh:mm'))) as date,

rittermd
Master
Master
Author

Tried this and it dropped the time completely.

It now just displays the date.