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.

Re: createdonutc vs createdon and time localization by Dave

Dave
Wed Mar 28 17:19:23 CDT 2007

If I'm not wrong both utc and localized dates are stored in the crm entity
tables. Have a look...
Davide
<loki670@hotmail.com> ha scritto nel messaggio
news:1175114060.345326.162140@o5g2000hsb.googlegroups.com...
> 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.
>