I am hoping someone might have a solution or idea that might help me save alot of time. I have 2 databases that we combine data from and one is in the eastern time zone while the other is in Phoenix. The proble is that Phoenix does not change time twice a year like the rest of us. Currently I have to manually change queries to adjust for this time difference so our reporting across sites is "moment in time" by adding either 2 or 3 hours to the timestamp depending on the current time status. Is there a was in SQL that I could have the query say if its daylight saving time add 3 hours and if its standard time add 2 hours? And if so would there be a way for me to query my data for say >=DATE()-1 and add 2 hours to that as well? I tried Date()-1.125 and that does not work. Any help would be greatly appreciated.