convert Access data stored in in time format (GMT) to EST

G

Guest

I have imported data from an Informix database, but the time stamp is in GMT.
How can I either convert it to EST or display it in a report in EST?
 
F

fredg

I have imported data from an Informix database, but the time stamp is in GMT.
How can I either convert it to EST or display it in a report in EST?

Isn't EST 5 hours behind GMT?
=DateAdd("h",-5,[GMT Time Field])
 
G

Guest

Thank you. I actually found the function after I posted this.

fredg said:
I have imported data from an Informix database, but the time stamp is in GMT.
How can I either convert it to EST or display it in a report in EST?

Isn't EST 5 hours behind GMT?
=DateAdd("h",-5,[GMT Time Field])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top