Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert GMT timestamp values into EST

Hi All,

  In my DB having values stored in GMT time zone. So the dashboard reflects the same. However user who in EST time zone needs to view the reports in EST format. How to achieve this.

-Jay

4 Replies
Anonymous
Not applicable
Author

Hi,

Try:

ConvertToLocalTime(FieldName, 'EST') 

arulsettu
Master III
Master III

try like this

ConvertToLocalTime('GMT'-6)

morganaaron
Specialist
Specialist

Think it's quite fussy over syntax, so try:

=ConvertToLocalTime([Your Field], 'Eastern Time (US & Canada)')

Anonymous
Not applicable
Author

or

try:

ConvertToLocal(Fieldname, 'GMT-6:00')