これは既知の問題に対する補足記事です。Dates are advanced by one day when updated using data/time values if the dataloader timezone is ahead of GMT
Data Loader(データローダー) で日付項目を更新する際、タイムゾーンの影響で日付がずれることがあります。バージョン54.0.2以降では、この問題が修正され、指定した日付が正しく反映されるようになりました。
日付項目でサポートされるデータ型は、データローダーでサポートされるデータ型に記載されています。
インポートされた .csv ファイルに指定されている日付をデータローダーが GMT に変換するため、日付のインポートが正しく行われないことがあります。マシンのタイムゾーンが GMT ではないか、マシンの時計が夏時間 (DST) に合わせて調整されている場合、日付が 1 日ずれる可能性があります。
データローダを使用すると日付項目のインポートが正しく行われないのはなぜですか?
データローダーのタイムゾーンが Asia/Tokyo (GMT+9) の場合
日付項目への入力値 ===> 更新される値
2022-03-25 ==> 2022-03-24 (2022-03-24T15:00GMTと判断される)
2022-03-25T08:00:00 ==> 2022-03-24 (2022-03-24T23:00GMTと判断される)
2022-03-25T09:00:00 ==> 2022-03-25 (2022-03-25T00:00GMTと判断される)
2022-03-25T10:00:00 ==> 2022-03-25 (2022-03-25T01:00GMTと判断される)
上記、1 日前の日付になる動作が一部修正されましたが、タイムゾーンよりも大きい時間を指定した場合に、
1 日追加される問題がございました。
データローダーのタイムゾーンが Asia/Tokyo (GMT+9) の場合
日付項目への入力値 ===> 更新される値
2022-03-25 ==> 2022-03-25
2022-03-25T08:00:00 ==> 2022-03-25
2022-03-25T09:00:00 ==> 2022-03-26 <== 1 日後
2022-03-25T10:00:00 ==> 2022-03-26 <== 1 日後
タイムゾーンの設定に関係なく、指定した日付が反映される動作に修正されました。
データローダー バージョン 54.0.2 ダウンロードリンク
データローダーのタイムゾーンが Asia/Tokyo (GMT+9) の場合
日付項目への入力値 ===> 更新される値
2022-03-25 ==> 2022-03-25
2022-03-25T08:00:00 ==> 2022-03-25
2022-03-25T09:00:00 ==> 2022-03-25
2022-03-25T10:00:00 ==> 2022-03-25
000392049

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.