From fef35cc8f6692556456e9a1c3cad8082372bec0d Mon Sep 17 00:00:00 2001 From: Max Martens Date: Thu, 17 Apr 2025 12:52:14 +0200 Subject: [PATCH] Fix timezone from "+0:00" to "+00:00" --- src/openapi/products/SE-products-SE.yaml | 6 +++--- src/openapi/products/SE-products-TP.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/openapi/products/SE-products-SE.yaml b/src/openapi/products/SE-products-SE.yaml index 01005dd..85046b8 100644 --- a/src/openapi/products/SE-products-SE.yaml +++ b/src/openapi/products/SE-products-SE.yaml @@ -1406,7 +1406,7 @@ paths: "sellingPriceId": 140, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09", @@ -1570,7 +1570,7 @@ paths: "sellingPriceId": 141, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09", @@ -1734,7 +1734,7 @@ paths: "sellingPriceId": 142, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09", diff --git a/src/openapi/products/SE-products-TP.yaml b/src/openapi/products/SE-products-TP.yaml index 67d045a..89851a4 100644 --- a/src/openapi/products/SE-products-TP.yaml +++ b/src/openapi/products/SE-products-TP.yaml @@ -1406,7 +1406,7 @@ paths: "sellingPriceId": 140, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09", @@ -1570,7 +1570,7 @@ paths: "sellingPriceId": 141, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09", @@ -1734,7 +1734,7 @@ paths: "sellingPriceId": 142, "amountExclTax": 8899, "amountInclTax": 9700, - "fromInclusive": "2024-12-31T23:00:00.000+0:00", + "fromInclusive": "2024-12-31T23:00:00.000+00:00", "toInclusive": "2025-12-31T23:00:00.000+00:00", "internalPrice": 0.0000, "taxCode": "V09",