This article explains why Date/Time field values appear different in the Salesforce UI compared to the values in your CSV file or Data Loader export. The root cause is that Salesforce stores all DateTime values in UTC (Coordinated Universal Time), also known as GMT (Greenwich Mean Time), and automatically converts them to the viewing user's timezone when displayed in the UI.
If your user's time zone isn't GMT, but for example GMT+1, an extra hour will be added when viewing the data via the UI in Salesforce.
For example:
If the Date/Time field in the CSV file is:
2016-03-01T08:00:00.000Z (Z stands for UTC time)
Then the Date/Time field in the Salesforce UI will be:
01/03/2016 09:00
Salesforce adds +1 hour to the time field, because the user's time zone is GMT+1.
When the Daylight Savings Time (DST / "summer time") applies, it adjusts the time based on the viewing users Time Zone settings, + 1 hour in most cases.
In this case, if the user's time zone GMT+1 (as an example) the following applies:
The Date/Time field in the Salesforce UI will be: 20/08/2016 10:00
Observe that Salesforce adds +2 hours:
+1 hour because the user's time zone is GMT+1
+1 hour because of the DST: it adds +1 hour to the winter time.
These examples are presented with the GMT+1 time zone, but the rule applies to any time zone, and the +1 hour DST for any location where DST applies.
See also:
Format the 'Date' and 'Date Time' data in a CSV file
Date field displays the previous day after import
000387083

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.