I read data from external system after reading I save other system data publish datetime in CRM.
When reading next time I query this data publish date from CRM, compare it with other system data publish datetime, if new data then read again other wise just ignore.
Other application datetime in UTC is "22/3/18 9:34:45 PM"
From CRM view I can see CRM datetime "22/3/18 9:34 PM"
When I query CRM date in code it returns it as "22/3/18 10:34:45 AM" still it says it is UTC
How to fix it. Please guide how to manage time zones and DLT saving issues with CRM. Thanks