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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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')