A
aireq
I have a source of data that provides a set of date and time values in UTC in
the following format:
2008-07-01 06:35:00.0
Yet I need to convert this to Pacific time (-8 hours). I can't just
substract 8 hours because if the time is 8:00 AM UTC or earlier then the
conversion needs to know to go back one day as well.
Is there an easy way to do this? It doesn't seem that access has a combined
date and time functions.
Eric
the following format:
2008-07-01 06:35:00.0
Yet I need to convert this to Pacific time (-8 hours). I can't just
substract 8 hours because if the time is 8:00 AM UTC or earlier then the
conversion needs to know to go back one day as well.
Is there an easy way to do this? It doesn't seem that access has a combined
date and time functions.
Eric