Why Are DateTime
Values Different Between Salesforce and My Destination?
Salesforce stores DateTime
fields in Coordinated Universal Time (UTC). When you see these fields in Salesforce, the values are localized to your timezone.
However, when we extract data through the Salesforce API, we receive the raw UTC values. As a result, the DateTime
fields in your destination appear in UTC instead of your local timezone.