Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Time conversion script?

Status
Not open for further replies.

Rmcta

Technical User
Nov 1, 2002
478
0
0
US
My access database contains records from different locations around the globe. The time on each transactions is the "US Eastern Standard Time" and I need to convert it so that my reports displays the correct local time for each city where the transaction takes place.

Is there a script out there I can use?
 
My guess is that you would need to maintain a table of locations and time differentials (eg Melbourne, +10) and then use this (joining on location) to calculate the correct local time.

Hope this helps [pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top