Are you saying I could call managed code functions from within that SQL
syntax or would I need to create an additional user property to store
MileStone1InLocalDateTime ?
"Ken Slovak - [MVP - Outlook]" wrote in message
...
You're using managed code and you have a date/time value so you can use
the built-in managed code functions to convert to local time from UTC. Do
that and use that converted value to get the correct time entered.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Mark B" wrote in message
...
I saw in the MAPI viewer that it was indeed converting our UTC as though
is was local and storing it as such in UTC. So a conversion was happening.
So somehow in the SQL syntax I need to convert our MileStone1 time to
local time so Outlook's Today() function will work.
I wonder if anything in that Outlook SQL syntax would allow for this:
Today(DATEADD(minute,DATEDIFF(minute,GETUTCDATE(), GETDATE()),MileStone1))