Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Try:
ConvertToLocalTime(FieldName, 'EST')
try like this
ConvertToLocalTime('GMT'-6)
Think it's quite fussy over syntax, so try:
=ConvertToLocalTime([Your Field], 'Eastern Time (US & Canada)')
or
try:
ConvertToLocal(Fieldname, 'GMT-6:00')