Skip to main content
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

try like this

ConvertToLocalTime('GMT'-6)

morganaaron
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')