jordimontana82 / fake-xrm-easy

The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you

Home Page:https://dynamicsvalue.com/get-started/overview?source=git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last / This / Next Date operators should take UTC dates into account (really calculation should be based on UTC dates)

jordimontana82 opened this issue · comments

commented

var today = DateTime.Today;

commented

Current implementation uses local time, however, dates initialised in the context use UTC so there will be edge cases where incorrect results are returned