J
Jadiva
Hi. If anyone can help with this, it is greatly appreciated.
I have a query that reads values from a linked table (via ODBC). One
particular field is an Eval_DateTime field that displays the date and time an
evaluation was performed in the format m/d/yyyy h:mm:ss AM/PM.
The problem that I'm having is that the date/time field in the table is off
by 5 hours because the server stores data in GMT time instead of EST. This
doesn't cause to much of a problem in the database until we have to run
monthly reports. Unfortunately, if an evaluation is done on 6/30/2008 7:25:36
PM, the server stores the time as 7/1/2008 12:25:36 AM. This throws our
numbers off every month because any evaluations that are done after 7:00 PM
on the last day of every month are being counted for the next month because
of the time difference on the server. Unfortunately, the system
administrators can not change the time on the server so I have to figure out
a way to do the time adjustment in the database.
I there a formula I can put into a module or query that will take the
Eval_DateTime values and return the EST (Eastern Standard Time)?
Thanks,
Jadiva
I have a query that reads values from a linked table (via ODBC). One
particular field is an Eval_DateTime field that displays the date and time an
evaluation was performed in the format m/d/yyyy h:mm:ss AM/PM.
The problem that I'm having is that the date/time field in the table is off
by 5 hours because the server stores data in GMT time instead of EST. This
doesn't cause to much of a problem in the database until we have to run
monthly reports. Unfortunately, if an evaluation is done on 6/30/2008 7:25:36
PM, the server stores the time as 7/1/2008 12:25:36 AM. This throws our
numbers off every month because any evaluations that are done after 7:00 PM
on the last day of every month are being counted for the next month because
of the time difference on the server. Unfortunately, the system
administrators can not change the time on the server so I have to figure out
a way to do the time adjustment in the database.
I there a formula I can put into a module or query that will take the
Eval_DateTime values and return the EST (Eastern Standard Time)?
Thanks,
Jadiva