Magento and SF Org time zone is the same
Default Time Zone | (GMT+03:00) Eastern European Standard Time (Europe/Istanbul) |
Cases:
Magento Attribute = Product: created_at
Salesforce Attribute = Date field
PC time 12.21
Entity Product, SKU date product3, Store ID 0 request data:
[date] => 2022-07-12 12:21:45.000000
[timezone_type] => 3
[timezone] => Europe/Istanbul
Entity Product, SKU date product3, Store ID 0 mapping result:
[Date_field__c] => 2022-07-12 09:21:45
Salesforce Fiels - Date field = 7/12/2022
2. Magento Attribute = Product: updated_at
Salesforce Attribute = Date field
PC time 12.43
Entity Product, SKU date product3, Store ID 0 mapping:
[Date_field__c] => 2022-07-12 09:43:22
Found Product, SKU date product3, Store ID 0 entity and the following data:
[date] => 2022-07-12 00:00:00.000000
[timezone_type] => 3
[timezone] => UTC
Query response:
[Date_field__c] => DateTime Object
(
[date] => 2022-07-12 00:00:00.000000
[timezone_type] => 3
[timezone] => UTC
Salesforce Fiels - Date field = 7/12/2022
3. Magento Attribute = Product: created_at
Salesforce Attribute = Datetime field
PC time 12.54
Entity Product, SKU date product4, Store ID 0 request data:
[Datetime_field__c] => DateTime Object
(
[date] => 2022-07-12 09:54:58.000000
[timezone_type] => 3
[timezone] => UTC
Entity Product, SKU date product4, Store ID 0 mapping:
[Datetime_field__c] => 2022-07-12 09:54:58
Salesforce Fiels - Datetime field = 7/12/2022, 2:54 AM
4. Magento Attribute = Product: updated_at
Salesforce Attribute = Datetime field
PC time 13.06
Entity Product, SKU date product4, Store ID 0 request data:
[Datetime_field__c] => DateTime Object
(
[date] => 2022-07-12 10:06:43.000000
[timezone_type] => 3
[timezone] => UTC
Entity Product, SKU date product4, Store ID 0 has changed field: Datetime_field__c = DateTime Object
(
[date] => 2022-07-12 10:06:43.000000
[timezone_type] => 3
[timezone] => UTC
Entity Product, SKU date product4, Store ID 0 mapping:
[Datetime_field__c] => 2022-07-12 10:06:43
Salesforce Fiels - Datetime field = 7/12/2022, 3:06 AM
5.