|
-
Jun 18th, 2003, 08:29 AM
#1
Thread Starter
New Member
How can I convert GMT time to EST time in MS Access?
Does anybody know how to convert GMT time to EST time in Access?
Thank you!
-
Jun 18th, 2003, 08:31 AM
#2
Let me in ..
Re: How can I convert GMT time to EST time in MS Access?
Originally posted by Joanny
Does anybody know how to convert GMT time to EST time in Access?
Thank you!
What do you mean in Access ???? I do not think Access has any built in function that will do this kind of converion .. Write code pal ...
-
Jun 18th, 2003, 08:35 AM
#3
Thread Starter
New Member
GMT -> EST time
Thanks
Actually I get the data from server and they are a txt format, then I import to Access, that's the GMT time, I have to convert them to EST time, how should I do?
-
Jun 18th, 2003, 08:39 AM
#4
Well, I can tell you from experience that Central time is -6GMT.... and Eastern is -5GMT..... and Pacific is -8GMT......
So, if you have the current time in GMT....
Subtract 5 hours to get the Eastern time....
-
Jun 18th, 2003, 08:51 AM
#5
Thread Starter
New Member
I know I need to add 4 hours to it at here. But how should I add it?
-
Jun 18th, 2003, 09:54 AM
#6
Originally posted by Joanny
I know I need to add 4 hours to it at here. But how should I add it?
Use the DATEADD function.....
-
Jun 18th, 2003, 11:18 AM
#7
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|