Is there any way that I can prevent dates/times from being localized
when I query the views FilteredEmail and FilteredIncident? I have a
SQL function that gives me the number of minutes between two dates
based upon our business hours of operation. This works great for me
because I am in the right time zone, and my function is written with
my time zone in mind. However when my team on the west coast runs the
same query the dates/times become localized and mess with my SQL
function returning the wrong number of minutes between two dates.
This is extremely frustrating.