From c2a52f8aa4c7c2e18ebab627f912e2349a0bcded Mon Sep 17 00:00:00 2001
From: barnato-v <60674257+barnato-v@users.noreply.github.com>
Date: Tue, 26 Nov 2024 11:34:36 -0600
Subject: [PATCH 01/23] MSKB-2899
This pull request (PR) adds an article describing the ACSD-62793: patch in the QPT 1.1.55 release.
JIRA Ticket: https://jira.corp.adobe.com/browse/MSKB-2899
whatsnew
Added the [detailed description of the issue fixed by the ACSD-62793 patch in the QPT 1.1.55 release](https://experienceleague.adobe.com/en/docs/commerce-operations/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes)
---
help/tools/TOC.md | 3 +-
...te-values-enclosed-within double-quotes.md | 63 +++++++++++++++++++
2 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index 38701f9a1..d3d5806d3 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -660,7 +660,8 @@ feature: Configuration
- [Overview: [!DNL Quality Patches Tool] (QPT) v1.1.55](/help//tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/overview.md)
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- - [ACSD-58735: Restricted admin can’t view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
+ - [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/support-tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md
new file mode 100644
index 000000000..b8205b60e
--- /dev/null
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md
@@ -0,0 +1,63 @@
+---
+title: "ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
+description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes.
+feature: Attributes, Data Import/Export
+role: Admin, Developer
+---
+
+# ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes
+
+The ACSD-62793 patch fixes the issue where datetime attributes in exported data exclude the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
+
+## Affected products and versions
+
+**The patch is created for Adobe Commerce version:**
+
+* Adobe Commerce (all deployment methods) 2.4.7-p2
+
+**Compatible with Adobe Commerce versions:**
+
+* Adobe Commerce (all deployment methods) 2.4.7 - 2.4.7-p3
+
+>[!NOTE]
+>
+>The patch might become applicable to other versions with new [!DNL Quality Patches Tool] releases. To check if the patch is compatible with your Adobe Commerce version, update the `magento/quality-patches` package to the latest version and check the compatibility on the [[!DNL Quality Patches Tool]: Search for patches page](https://experienceleague.adobe.com/tools/commerce-quality-patches/index.html). Use the patch ID as a search keyword to locate the patch.
+
+## Issue
+
+Datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes.
+
+Steps to reproduce:
+
+Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
+
+1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
+1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
+1. Create a simple product with a date and time value for the new attribute.
+1. Export the product to a CSV file from **[!UICONTROL System]** > Data Transfer > **[!UICONTROL Export]**.
+1. Check the attribute value in the additional_attributes column. It only has the date part, but not time.
+1. Update the attribute value to use the time, e.g. "11/26/22, 4:00 PM".
+1. Import the CSV file.
+1. Check the catalog_product_entity_datetime table.
+
+Expected results:
+
+the date and time are exported and imported properly.
+
+Actual results:
+
+Only the date part is exported and imported.
+
+## Apply the patch
+
+To apply individual patches, use the following links depending on your deployment method:
+
+* Adobe Commerce or Magento Open Source on-premises: [[!DNL Quality Patches Tool] > Usage](/help/tools/quality-patches-tool/usage.md) in the [!DNL Quality Patches Tool] guide.
+* Adobe Commerce on cloud infrastructure: [Upgrades and Patches > Apply Patches](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/upgrade/apply-patches.html) in the Commerce on Cloud Infrastructure guide.
+
+
+## Related reading
+
+To learn more about [!DNL Quality Patches Tool], refer to:
+
+* [[!DNL Quality Patches Tool]: A self-service tool for quality patches](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) in the Tools guide.
From 61e1de47bac374554e8abcbfd320f7f250994bc7 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 11:37:43 -0600
Subject: [PATCH 02/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index d3d5806d3..27a125d36 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/support-tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/support-tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From dcc22cbf25fa6b2fa95b66efbd6b72b10959adaa Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 11:43:14 -0600
Subject: [PATCH 03/23] Rename
acsd-62793-datetime-attributes-exports-exclude-time
component-and-fields-enclosure-enabled-attribute-values-enclosed-within
double-quotes.md to
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...ure-enabled-attribute-values-enclosed-within-double-quotes.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/{acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md => acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md} (100%)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
similarity index 100%
rename from help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time component-and-fields-enclosure-enabled-attribute-values-enclosed-within double-quotes.md
rename to help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
From 07827bd455df33b335af93094186653df4f11c48 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 12:38:42 -0600
Subject: [PATCH 04/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index 27a125d36..bfd1b3af5 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/support-tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From a33b19cbfbe607bcf791fe5debfd4ecdecdca1bc Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 12:42:25 -0600
Subject: [PATCH 05/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index bfd1b3af5..eae17fe8a 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes](/help/tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From 6759b4cd57e61efced196c7ec4c263a0a14d119d Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 12:56:08 -0600
Subject: [PATCH 06/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index eae17fe8a..474cc7bde 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From 29bcc56bc22fa094797a308c382f335683109613 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:29:19 -0600
Subject: [PATCH 07/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index 474cc7bde..64b79a727 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt-tool/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From 77a2ca8e75718de8d90eb08752099117ad202729 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:35:22 -0600
Subject: [PATCH 08/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index b8205b60e..b0b64faa6 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -1,6 +1,6 @@
---
title: "ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
-description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes.
+description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
feature: Attributes, Data Import/Export
role: Admin, Developer
---
From 5dd479dad34c69dedb9be2f450649f1aabdfc96a Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:36:11 -0600
Subject: [PATCH 09/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index b0b64faa6..64a388b21 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -7,7 +7,7 @@ role: Admin, Developer
# ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes
-The ACSD-62793 patch fixes the issue where datetime attributes in exported data exclude the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
+The ACSD-62793 patch fixes the issue where datetime attributes in exported data exclude the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
## Affected products and versions
From 8cad009b25f3a21d7a2bffbe9f41d9169008c784 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:41:14 -0600
Subject: [PATCH 10/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...bled-attribute-values-enclosed-within-double-quotes.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index 64a388b21..b872b901a 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -25,7 +25,7 @@ The ACSD-62793 patch fixes the issue where datetime attributes in exported data
## Issue
-Datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the additional_attributes column will be enclosed within double-quotes.
+Datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
Steps to reproduce:
@@ -34,11 +34,11 @@ Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner
1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
1. Create a simple product with a date and time value for the new attribute.
-1. Export the product to a CSV file from **[!UICONTROL System]** > Data Transfer > **[!UICONTROL Export]**.
+1. Export the product to a CSV file from **[!UICONTROL System]** > *Data Transfer* > **[!UICONTROL Export]**.
1. Check the attribute value in the additional_attributes column. It only has the date part, but not time.
-1. Update the attribute value to use the time, e.g. "11/26/22, 4:00 PM".
+1. Update the attribute value to use the time, e.g. "08/10/22, 3:20 PM".
1. Import the CSV file.
-1. Check the catalog_product_entity_datetime table.
+1. Check the *catalog_product_entity_datetime* table.
Expected results:
From e94595080df56fbd48c0761c106c9f3583eb5603 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:43:34 -0600
Subject: [PATCH 11/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index b872b901a..4879dd55c 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -42,7 +42,7 @@ Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner
Expected results:
-the date and time are exported and imported properly.
+The date and time are exported and imported properly.
Actual results:
From 4d6b57362bfe79865f006ae267e8f2343e590b42 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Tue, 26 Nov 2024 14:59:19 -0600
Subject: [PATCH 12/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index 4879dd55c..e11835402 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -35,7 +35,7 @@ Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner
1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
1. Create a simple product with a date and time value for the new attribute.
1. Export the product to a CSV file from **[!UICONTROL System]** > *Data Transfer* > **[!UICONTROL Export]**.
-1. Check the attribute value in the additional_attributes column. It only has the date part, but not time.
+1. Check the attribute value in the *additional_attributes* column. It only has the date part, but not time.
1. Update the attribute value to use the time, e.g. "08/10/22, 3:20 PM".
1. Import the CSV file.
1. Check the *catalog_product_entity_datetime* table.
From eb4cf64078c5f4b5ff366818c64be6538df57059 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 16:51:27 -0600
Subject: [PATCH 13/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index e11835402..ca2934f94 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -29,8 +29,6 @@ Datetime attributes in exported data don't include the time component. Additiona
Steps to reproduce:
-Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
-
1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
1. Create a simple product with a date and time value for the new attribute.
From f30cdfd4373f3ed135d54881dd071c66b8260ab1 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 16:53:30 -0600
Subject: [PATCH 14/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...nabled-attribute-values-enclosed-within-double-quotes.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index ca2934f94..cace26852 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -1,11 +1,11 @@
---
-title: "ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
-description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data don't include the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
+title: "ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
+description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
feature: Attributes, Data Import/Export
role: Admin, Developer
---
-# ACSD-62793: Datetime attributes in exports exclude time component and if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes
+# ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes
The ACSD-62793 patch fixes the issue where datetime attributes in exported data exclude the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
From f06406a45f653e7553b77ecba61f2dfd2e9b2fa2 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 16:55:02 -0600
Subject: [PATCH 15/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index cace26852..eacc0c0fd 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -1,6 +1,6 @@
---
title: "ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
-description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
+description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data are missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
feature: Attributes, Data Import/Export
role: Admin, Developer
---
From 9d96731960f5b5cc535e2c6218591571ded2dd66 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 16:56:54 -0600
Subject: [PATCH 16/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index 64b79a727..3b7368a1d 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -661,7 +661,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports exclude time component and if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotess](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
- Command-line tools reference {#cli-reference}
From a9fc4c16c00fe7bf68f64115eebf5e44ad8f51c6 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 17:22:13 -0600
Subject: [PATCH 17/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index eacc0c0fd..7eb9d3e57 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -1,7 +1,7 @@
---
title: "ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes"
description: Apply the ACSD-62793 patch to fix the Adobe Commerce issue where datetime attributes in exported data are missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes.
-feature: Attributes, Data Import/Export
+feature: Attributes, Data Import/Export, Catalog Service
role: Admin, Developer
---
From 5aeb991561cb24f6812575a0b958262369b6a6d7 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 6 Dec 2024 17:33:09 -0600
Subject: [PATCH 18/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index 39496402f..d0512581a 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -676,7 +676,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotess](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [ACSD-60344: Duplicate order confirmation emails on using [!UICONTROL Purchase Order] with auto-approval](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-60344-duplicate-order-confirmation-emails-for-purchase-order-with-auto-approval.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
From ac1ffd757f213c52d63edd8647e064816543a830 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Thu, 12 Dec 2024 11:23:57 -0600
Subject: [PATCH 19/23] Update
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index 7eb9d3e57..327d56491 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -7,7 +7,7 @@ role: Admin, Developer
# ACSD-62793: Datetime attributes in exports missing time component. Additionally if **[!UICONTROL Fields Enclosure]** enabled, attribute values enclosed within double-quotes
-The ACSD-62793 patch fixes the issue where datetime attributes in exported data exclude the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
+The ACSD-62793 patch fixes the issue where datetime attributes in exported data are missing the time component. Additionally if **[!UICONTROL Fields Enclosure]** is enabled, attribute values in the *additional_attributes* column will be enclosed within double-quotes. This patch is available when the [[!DNL Quality Patches Tool (QPT)]](/help/tools/quality-patches-tool/quality-patches-tool-to-self-serve-quality-patches.md) 1.1.55 is installed. The patch ID is ACSD-62793. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
## Affected products and versions
From 40d440bde85e1d5e85e140ef1e1369da9bd37d69 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Thu, 12 Dec 2024 11:24:46 -0600
Subject: [PATCH 20/23] Rename
acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
to
acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...ure-enabled-attribute-values-enclosed-within-double-quotes.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/{acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md => acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md} (100%)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
similarity index 100%
rename from help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
rename to help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
From b8c46bf29f692c31d30c06bda351ff1fe83ee6a2 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Thu, 12 Dec 2024 11:25:37 -0600
Subject: [PATCH 21/23] Update TOC.md
---
help/tools/TOC.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/TOC.md b/help/tools/TOC.md
index d0512581a..f1c8c84de 100644
--- a/help/tools/TOC.md
+++ b/help/tools/TOC.md
@@ -676,7 +676,7 @@ feature: Configuration
- [ACSD-58471: Dynamic content fails to load on product detail page, when catalog price rules scheduled](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58471-dynamic-content-fails-load-product-detail-page.md)
- [ACSD-58383: Duplicate credit memos from simultaneous refund requests via [!DNL REST API]](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58383-duplicate-credit-memos-from-simultaneous-refund-requests-via-rest-api.md)
- [ACSD-58735: Restricted admin can't view abandoned shopping carts on customer account for associated website](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-58735-restricted-admin-cant-view-abandoned-shopping-carts.md)
- - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-exclude-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
+ - [ACSD-62793: Datetime attributes in exports missing time component. Additionally if [!UICONTROL Fields Enclosure] enabled, attribute values enclosed within double-quotes](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md)
- [ACSD-60344: Duplicate order confirmation emails on using [!UICONTROL Purchase Order] with auto-approval](/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-60344-duplicate-order-confirmation-emails-for-purchase-order-with-auto-approval.md)
- [Check patch for Adobe Commerce issue with Quality Patches Tool](quality-patches-tool/patches-available-in-qpt/check-patch-for-magento-issue-with-magento-quality-patches.md)
From 1a326e1c853186de4c182cdd00f074d8f2885a88 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 13 Dec 2024 11:31:06 -0600
Subject: [PATCH 22/23] Update
acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index 327d56491..eddc1d5cd 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -29,7 +29,7 @@ Datetime attributes in exported data don't include the time component. Additiona
Steps to reproduce:
-1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = Date and Time.
+1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = **[!UICONTROL Date and Time]**
1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
1. Create a simple product with a date and time value for the new attribute.
1. Export the product to a CSV file from **[!UICONTROL System]** > *Data Transfer* > **[!UICONTROL Export]**.
From 1645006f142c902ac729a99502f59b6d42266691 Mon Sep 17 00:00:00 2001
From: Victoria Barnato
Date: Fri, 13 Dec 2024 11:32:31 -0600
Subject: [PATCH 23/23] Update
acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
---
...re-enabled-attribute-values-enclosed-within-double-quotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
index eddc1d5cd..4a7a68648 100644
--- a/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
+++ b/help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-55/acsd-62793-datetime-attributes-exports-missing-time-component-and-fields-enclosure-enabled-attribute-values-enclosed-within-double-quotes.md
@@ -29,7 +29,7 @@ Datetime attributes in exported data don't include the time component. Additiona
Steps to reproduce:
-1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = **[!UICONTROL Date and Time]**
+1. Create a product attribute with **[!UICONTROL Catalog Input Type for Store Owner]** = **[!UICONTROL Date and Time]**.
1. Assign the attribute to the **[!UICONTROL Default]** attribute set.
1. Create a simple product with a date and time value for the new attribute.
1. Export the product to a CSV file from **[!UICONTROL System]** > *Data Transfer* > **[!UICONTROL Export]**.