Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5. Magento Attribute = Product: Magento data

Salesforce Attribute = Date field

PC time 15.26

Entity Product, SKU date product7, Store ID 0 request data:
[Date_field__c] => DateTime Object
(
[date] => 2022-07-12 03:00:00.000000
[timezone_type] => 3
[timezone] => Europe/Istanbul

Entity Product, SKU date product7, Store ID 0 mapping:
[Date_field__c] => Jul 12, 2022

Salesforce Fiels - Date field = 7/12/2022

...

6. Magento Attribute = Product: Magento data

Salesforce Attribute = Datetime field

PC time 15.26

Entity Product, SKU date product7, Store ID 0 request data:
[Date_field__c] => DateTime Object
(
[date] => 2022-07-12 03:00:00.000000
[timezone_type] => 3
[timezone] => Europe/Istanbul

Entity Product, SKU date product7, Store ID 0 mapping:
[Date_field__c] => Jul 12, 2022

Salesforce Fiels - Date field = 7/12/2022

Magento and SF Org time zone are not the same

Default Time ZoneMagtento Time Zone


SalesForce Time Zone

(GMT -07:00) Pacific Standard Time (America/Los_Angeles)

(GMT+0301:00) Eastern European Irish Standard Time (Europe/IstanbulDublin)

Cases:

  1. Magento Attribute = Product: created_at
    Salesforce Attribute = Date field

...