0

there is a check box - All Day Event - in appointment form, if check it, the end time got problem, for example, in the form end time is "2013-05-22", but in the database the value is "2013-05-23"; There is no issue if all day event is unchecked. Anyone knows why?

The End Time and Due Date difference

4

1 回答 1

0

EDIT:I saw your screenshot, 5/23/13 12:00 AM is midnight, so the time is correct.

CRM 2011 stores the datetime values in UTC format, when you read the values directly from SQL or Web Services you need to convert to the localtime value.

于 2013-05-22T06:53:21.260 回答