From 5092150aa755a3dd4faeebf72ae3607b3821cb78 Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Thu, 5 Dec 2024 14:20:16 +0200 Subject: [PATCH 1/4] Update templates with new datetimes param --- .../rs-server-adgs/templates/configmap.yaml | 18 ++++---- .../rs-server-cadip/templates/configmap.yaml | 41 ++++++++++--------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/charts/rs-server-adgs/templates/configmap.yaml b/charts/rs-server-adgs/templates/configmap.yaml index a1323b0..96a589a 100644 --- a/charts/rs-server-adgs/templates/configmap.yaml +++ b/charts/rs-server-adgs/templates/configmap.yaml @@ -78,10 +78,10 @@ data: End: - null - $.ContentDate.End - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate ChecksumValue: @@ -115,8 +115,9 @@ data: operations: and: - contains(Name, '{Name}') - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType' and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier' and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformShortName' and att/OData.CSC.StringAttribute/Value eq '{attr_platform_short_name}') @@ -196,10 +197,10 @@ data: End: - null - $.ContentDate.End - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate ChecksumValue: @@ -233,8 +234,9 @@ data: operations: and: - contains(Name, '{Name}') - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType' and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier' and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformShortName' and att/OData.CSC.StringAttribute/Value eq '{attr_platform_short_name}') diff --git a/charts/rs-server-cadip/templates/configmap.yaml b/charts/rs-server-cadip/templates/configmap.yaml index de8f4ca..0a9b003 100644 --- a/charts/rs-server-cadip/templates/configmap.yaml +++ b/charts/rs-server-cadip/templates/configmap.yaml @@ -90,10 +90,10 @@ data: Retransfer: - null - $.Retransfer - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate href: @@ -110,8 +110,9 @@ data: and: - SessionId in ({SessionIds}) - SessionId eq {SessionId} - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} pagination: max_items_per_page: 1000 next_page_url_tpl: '{url}?{search}&$top={items_per_page}&$skip={skip}' @@ -227,10 +228,10 @@ data: Files: - null - $.Files - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate href: @@ -248,8 +249,9 @@ data: - SessionId eq {SessionId} - Satellite eq {platform} - Satellite in ({platforms}) - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Retransfer eq {Retransfer} pagination: max_items_per_page: 1000 @@ -278,8 +280,6 @@ data: cadip:planned_data_stop: PlannedDataStop cadip:downlink_status_ok: DownlinkStatusOK cadip:delivery_push_ok: DeliveryPushOK - startTimeFromAscendingNode: DownlinkStart - completionTimeFromAscendingNode: DownlinkStop publicationDate: PublicationDate sort_order_mapping: ascending: asc @@ -351,10 +351,10 @@ data: Retransfer: - null - $.Retransfer - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate href: @@ -371,8 +371,10 @@ data: and: - SessionId in ({SessionIds}) - SessionId eq {SessionId} - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} + - Retransfer eq {Retransfer} pagination: max_items_per_page: 1000 next_page_url_tpl: '{url}?{search}&$top={items_per_page}&$skip={skip}' @@ -477,10 +479,10 @@ data: Files: - null - $.Files - startTimeFromAscendingNode: + StartPublicationDate: - null - $.PublicationDate - completionTimeFromAscendingNode: + StopPublicationDate: - null - $.PublicationDate href: @@ -498,8 +500,9 @@ data: - SessionId eq {SessionId} - Satellite eq {platform} - Satellite in ({platforms}) - - PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime} - - PublicationDate lt {completionTimeFromAscendingNode#to_iso_utc_datetime} + - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Retransfer eq {Retransfer} pagination: max_items_per_page: 1000 @@ -528,8 +531,6 @@ data: cadip:planned_data_stop: PlannedDataStop cadip:downlink_status_ok: DownlinkStatusOK cadip:delivery_push_ok: DeliveryPushOK - startTimeFromAscendingNode: DownlinkStart - completionTimeFromAscendingNode: DownlinkStop sort_order_mapping: ascending: asc descending: desc From 7eaf84fcb25048c0d2909155a94ab418b96c4a18 Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Fri, 13 Dec 2024 16:49:56 +0200 Subject: [PATCH 2/4] Use GTE/LTE --- charts/rs-server-adgs/templates/configmap.yaml | 8 ++++---- charts/rs-server-cadip/templates/configmap.yaml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/rs-server-adgs/templates/configmap.yaml b/charts/rs-server-adgs/templates/configmap.yaml index abae871..a9c6604 100644 --- a/charts/rs-server-adgs/templates/configmap.yaml +++ b/charts/rs-server-adgs/templates/configmap.yaml @@ -115,8 +115,8 @@ data: operations: and: - contains(Name, '{Name}') - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType' and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier' and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif}') @@ -234,8 +234,8 @@ data: operations: and: - contains(Name, '{Name}') - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType' and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}') - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier' and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif}') diff --git a/charts/rs-server-cadip/templates/configmap.yaml b/charts/rs-server-cadip/templates/configmap.yaml index e0babd4..08d7915 100644 --- a/charts/rs-server-cadip/templates/configmap.yaml +++ b/charts/rs-server-cadip/templates/configmap.yaml @@ -110,8 +110,8 @@ data: and: - SessionId in ({SessionIds}) - SessionId eq {SessionId} - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} pagination: max_items_per_page: 1000 @@ -249,8 +249,8 @@ data: - SessionId eq {SessionId} - Satellite eq {platform} - Satellite in ({platforms}) - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Retransfer eq {Retransfer} pagination: @@ -371,8 +371,8 @@ data: and: - SessionId in ({SessionIds}) - SessionId eq {SessionId} - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Retransfer eq {Retransfer} pagination: @@ -500,8 +500,8 @@ data: - SessionId eq {SessionId} - Satellite eq {platform} - Satellite in ({platforms}) - - PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} - - PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} + - PublicationDate gte {StartPublicationDate#to_iso_utc_datetime} + - PublicationDate lte {StopPublicationDate#to_iso_utc_datetime} - PublicationDate eq {PublicationDate#to_iso_utc_datetime} - Retransfer eq {Retransfer} pagination: From 5c91977e4739a1e413acda9874dc71c928831d34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 14:50:13 +0000 Subject: [PATCH 3/4] update Helm documentation --- charts/mockup-processor-dpr/README.md | 2 +- charts/mockup-station-adgs/README.md | 2 +- charts/mockup-station-cadip/README.md | 2 +- charts/mockup-station-lta/README.md | 2 +- charts/rs-server-adgs/README.md | 2 +- charts/rs-server-cadip/README.md | 2 +- charts/rs-server-catalog-db/README.md | 2 +- charts/rs-server-catalog/README.md | 2 +- charts/rs-server-frontend/README.md | 2 +- charts/rs-server-staging/README.md | 2 +- charts/rs-server-station-secrets/README.md | 2 +- charts/stac-browser/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/mockup-processor-dpr/README.md b/charts/mockup-processor-dpr/README.md index 8a8534a..069d9e1 100644 --- a/charts/mockup-processor-dpr/README.md +++ b/charts/mockup-processor-dpr/README.md @@ -1,6 +1,6 @@ # mockup-processor-dpr -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) MOCKUP PROCESSOR DPR diff --git a/charts/mockup-station-adgs/README.md b/charts/mockup-station-adgs/README.md index 370e5eb..dadefe7 100644 --- a/charts/mockup-station-adgs/README.md +++ b/charts/mockup-station-adgs/README.md @@ -1,6 +1,6 @@ # mockup-station-adgs -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) MOCKUP STATION ADGS diff --git a/charts/mockup-station-cadip/README.md b/charts/mockup-station-cadip/README.md index eec29eb..7cbc3af 100644 --- a/charts/mockup-station-cadip/README.md +++ b/charts/mockup-station-cadip/README.md @@ -1,6 +1,6 @@ # mockup-station-cadip -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) MOCKUP STATION CADIP diff --git a/charts/mockup-station-lta/README.md b/charts/mockup-station-lta/README.md index fb6a168..8784522 100644 --- a/charts/mockup-station-lta/README.md +++ b/charts/mockup-station-lta/README.md @@ -1,6 +1,6 @@ # mockup-station-lta -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) MOCKUP STATION LTA diff --git a/charts/rs-server-adgs/README.md b/charts/rs-server-adgs/README.md index 17548c3..0d7c845 100644 --- a/charts/rs-server-adgs/README.md +++ b/charts/rs-server-adgs/README.md @@ -1,6 +1,6 @@ # rs-server-adgs -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER ADGS diff --git a/charts/rs-server-cadip/README.md b/charts/rs-server-cadip/README.md index 2b18db6..412aeeb 100644 --- a/charts/rs-server-cadip/README.md +++ b/charts/rs-server-cadip/README.md @@ -1,6 +1,6 @@ # rs-server-cadip -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER CADIP diff --git a/charts/rs-server-catalog-db/README.md b/charts/rs-server-catalog-db/README.md index e01e8aa..38a2416 100644 --- a/charts/rs-server-catalog-db/README.md +++ b/charts/rs-server-catalog-db/README.md @@ -1,6 +1,6 @@ # rs-server-catalog-db -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER CATALOG DB diff --git a/charts/rs-server-catalog/README.md b/charts/rs-server-catalog/README.md index 1ced620..458bb4f 100644 --- a/charts/rs-server-catalog/README.md +++ b/charts/rs-server-catalog/README.md @@ -1,6 +1,6 @@ # rs-server-catalog -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER CATALOG diff --git a/charts/rs-server-frontend/README.md b/charts/rs-server-frontend/README.md index 1ca1cb2..35624e0 100644 --- a/charts/rs-server-frontend/README.md +++ b/charts/rs-server-frontend/README.md @@ -1,6 +1,6 @@ # rs-server-frontend -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER FRONTEND diff --git a/charts/rs-server-staging/README.md b/charts/rs-server-staging/README.md index 5cc5e06..e0779dd 100644 --- a/charts/rs-server-staging/README.md +++ b/charts/rs-server-staging/README.md @@ -1,6 +1,6 @@ # rs-server-staging -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER STAGING diff --git a/charts/rs-server-station-secrets/README.md b/charts/rs-server-station-secrets/README.md index cd174d0..0397536 100644 --- a/charts/rs-server-station-secrets/README.md +++ b/charts/rs-server-station-secrets/README.md @@ -1,6 +1,6 @@ # rs-server-station-secrets -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) RS SERVER STATION SECRETS diff --git a/charts/stac-browser/README.md b/charts/stac-browser/README.md index 6377c32..8b19b7d 100644 --- a/charts/stac-browser/README.md +++ b/charts/stac-browser/README.md @@ -1,6 +1,6 @@ # stac-browser -![Version: 0.0.2-a7](https://img.shields.io/badge/Version-0.0.2--a7-informational?style=flat-square) ![AppVersion: v0.2a7](https://img.shields.io/badge/AppVersion-v0.2a7-informational?style=flat-square) +![Version: 0.0.2-a8](https://img.shields.io/badge/Version-0.0.2--a8-informational?style=flat-square) ![AppVersion: v0.2a8](https://img.shields.io/badge/AppVersion-v0.2a8-informational?style=flat-square) STAC BROWSER From b959eb47441a770a8bb20e1b8319c6839a112ab8 Mon Sep 17 00:00:00 2001 From: Ovidiu Date: Mon, 13 Jan 2025 10:31:39 +0200 Subject: [PATCH 4/4] Updated ADGS mock data timestamps --- .../templates/configmap.yaml | 1118 ++++++++--------- 1 file changed, 559 insertions(+), 559 deletions(-) diff --git a/charts/mockup-station-adgs/templates/configmap.yaml b/charts/mockup-station-adgs/templates/configmap.yaml index beaafb6..f2908b9 100644 --- a/charts/mockup-station-adgs/templates/configmap.yaml +++ b/charts/mockup-station-adgs/templates/configmap.yaml @@ -55,8 +55,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8326253", "OriginDate": "2018-01-17T12:56:05.232Z", - "PublicationDate": "2019-02-16T12:00:00.000Z", - "EvictionDate": "2019-02-23T12:00:00.000Z", + "PublicationDate": "2019-02-16T18:29:37.522Z", + "EvictionDate": "2019-02-16T18:29:37.522Z", "Checksum": [ { "Algorithm": "MD5", @@ -65,8 +65,8 @@ data: } ], "ContentDate": { - "Start": "2019-02-17T09:00:00.000Z", - "End": "2019-02-17T21:00:00.000Z" + "Start": "2019-02-16T18:29:37.522Z", + "End": "2019-02-16T18:29:47.522Z" }, "Attributes": [ { @@ -91,13 +91,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2018-01-17T12:56:05.232Z" + "Value": "2019-02-16T18:29:37.522Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2019-02-23T12:00:00.000Z" + "Value": "2019-02-16T18:29:47.522Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -125,8 +125,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8326253", "OriginDate": "2019-01-17T12:56:05.232Z", - "PublicationDate": "2020-02-16T12:00:00.000Z", - "EvictionDate": "2020-02-23T12:00:00.000Z", + "PublicationDate": "2020-02-16T22:30:58.242Z", + "EvictionDate": "2020-02-16T22:30:58.242Z", "Checksum": [ { "Algorithm": "MD5", @@ -135,8 +135,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-17T09:00:00.000Z", - "End": "2020-02-17T21:00:00.000Z" + "Start": "2020-02-16T22:30:58.242Z", + "End": "2020-02-16T22:31:08.242Z" }, "Attributes": [ { @@ -161,13 +161,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2019-01-17T12:56:05.232Z" + "Value": "2020-02-16T22:30:58.242Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-23T12:00:00.000Z" + "Value": "2020-02-16T22:31:08.242Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -195,8 +195,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8326253", "OriginDate": "2022-01-17T12:56:05.232Z", - "PublicationDate": "2023-02-16T12:00:00.000Z", - "EvictionDate": "2023-02-23T12:00:00.000Z", + "PublicationDate": "2023-02-16T12:55:35.361Z", + "EvictionDate": "2023-02-16T12:55:35.361Z", "Checksum": [ { "Algorithm": "MD5", @@ -205,8 +205,8 @@ data: } ], "ContentDate": { - "Start": "2023-02-17T09:00:00.000Z", - "End": "2023-02-17T21:00:00.000Z" + "Start": "2023-02-16T12:55:35.361Z", + "End": "2023-02-16T12:55:45.361Z" }, "Attributes": [ { @@ -231,13 +231,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2022-01-17T12:56:05.232Z" + "Value": "2023-02-16T12:55:35.361Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-02-23T12:00:00.000Z" + "Value": "2023-02-16T12:55:45.361Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -265,8 +265,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5142456", "OriginDate": "2021-01-22T15:16:47.000Z", - "PublicationDate": "2021-01-23T00:00:00.000Z", - "EvictionDate": "2021-01-30T00:00:00.000Z", + "PublicationDate": "2021-01-23T00:52:18.805Z", + "EvictionDate": "2021-01-23T00:52:18.805Z", "Checksum": [ { "Algorithm": "MD5", @@ -275,8 +275,8 @@ data: } ], "ContentDate": { - "Start": "2021-01-23T00:00:00.000Z", - "End": "2021-01-23T00:00:00.000Z" + "Start": "2021-01-23T00:52:18.805Z", + "End": "2021-01-23T00:52:28.805Z" }, "Attributes": [ { @@ -301,13 +301,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-01-22T15:16:47.000Z" + "Value": "2021-01-23T00:52:18.805Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-01-30T00:00:00.000Z" + "Value": "2021-01-23T00:52:28.805Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -335,8 +335,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2100565", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-02-14T00:00:00.000Z", - "EvictionDate": "2021-02-21T00:00:00.000Z", + "PublicationDate": "2021-02-14T20:16:05.577Z", + "EvictionDate": "2021-02-14T20:16:05.577Z", "Checksum": [ { "Algorithm": "MD5", @@ -345,8 +345,8 @@ data: } ], "ContentDate": { - "Start": "2021-02-21T00:00:00.000Z", - "End": "2021-02-21T00:00:00.000Z" + "Start": "2021-02-14T20:16:05.577Z", + "End": "2021-02-14T20:16:15.577Z" }, "Attributes": [ { @@ -371,13 +371,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-02-14T20:16:05.577Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-02-21T00:00:00.000Z" + "Value": "2021-02-14T20:16:15.577Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -405,8 +405,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7757721", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-08-29T00:00:00.000Z", - "EvictionDate": "2020-09-05T00:00:00.000Z", + "PublicationDate": "2020-08-29T14:33:30.117Z", + "EvictionDate": "2020-08-29T14:33:30.117Z", "Checksum": [ { "Algorithm": "MD5", @@ -415,8 +415,8 @@ data: } ], "ContentDate": { - "Start": "2020-08-29T00:00:00.000Z", - "End": "2020-08-29T00:00:00.000Z" + "Start": "2020-08-29T14:33:30.117Z", + "End": "2020-08-29T14:33:40.117Z" }, "Attributes": [ { @@ -441,13 +441,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-08-29T14:33:30.117Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-09-05T00:00:00.000Z" + "Value": "2020-08-29T14:33:40.117Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -475,8 +475,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9496648", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-04-05T00:00:00.000Z", - "EvictionDate": "2023-04-12T00:00:00.000Z", + "PublicationDate": "2023-04-05T01:53:47.843Z", + "EvictionDate": "2023-04-05T01:53:47.843Z", "Checksum": [ { "Algorithm": "MD5", @@ -485,8 +485,8 @@ data: } ], "ContentDate": { - "Start": "2023-04-05T00:00:00.000Z", - "End": "2023-04-05T00:00:00.000Z" + "Start": "2023-04-05T01:53:47.843Z", + "End": "2023-04-05T01:53:57.843Z" }, "Attributes": [ { @@ -511,13 +511,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-04-05T01:53:47.843Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-04-12T00:00:00.000Z" + "Value": "2023-04-05T01:53:57.843Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -545,8 +545,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8946986", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-12-18T00:00:00.000Z", - "EvictionDate": "2023-12-25T00:00:00.000Z", + "PublicationDate": "2023-12-18T23:27:56.465Z", + "EvictionDate": "2023-12-18T23:27:56.465Z", "Checksum": [ { "Algorithm": "MD5", @@ -555,8 +555,8 @@ data: } ], "ContentDate": { - "Start": "2023-12-18T00:00:00.000Z", - "End": "2023-12-18T00:00:00.000Z" + "Start": "2023-12-18T23:27:56.465Z", + "End": "2023-12-18T23:28:06.465Z" }, "Attributes": [ { @@ -581,13 +581,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-12-18T23:27:56.465Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-12-25T00:00:00.000Z" + "Value": "2023-12-18T23:28:06.465Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -615,8 +615,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1946349", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-10-02T00:00:00.000Z", - "EvictionDate": "2020-10-09T00:00:00.000Z", + "PublicationDate": "2020-10-02T16:17:25.992Z", + "EvictionDate": "2020-10-02T16:17:25.992Z", "Checksum": [ { "Algorithm": "MD5", @@ -625,8 +625,8 @@ data: } ], "ContentDate": { - "Start": "2020-10-02T00:00:00.000Z", - "End": "2020-10-02T00:00:00.000Z" + "Start": "2020-10-02T16:17:25.992Z", + "End": "2020-10-02T16:17:35.992Z" }, "Attributes": [ { @@ -651,13 +651,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-10-02T16:17:25.992Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-10-09T00:00:00.000Z" + "Value": "2020-10-02T16:17:35.992Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -685,8 +685,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1381807", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-01-22T00:00:00.000Z", - "EvictionDate": "2023-01-29T00:00:00.000Z", + "PublicationDate": "2023-01-22T21:06:06.426Z", + "EvictionDate": "2023-01-22T21:06:06.426Z", "Checksum": [ { "Algorithm": "MD5", @@ -695,8 +695,8 @@ data: } ], "ContentDate": { - "Start": "2023-01-22T00:00:00.000Z", - "End": "2023-01-22T00:00:00.000Z" + "Start": "2023-01-22T21:06:06.426Z", + "End": "2023-01-22T21:06:16.426Z" }, "Attributes": [ { @@ -721,13 +721,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-01-22T21:06:06.426Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-01-29T00:00:00.000Z" + "Value": "2023-01-22T21:06:16.426Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -755,8 +755,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8477744", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-04-03T00:00:00.000Z", - "EvictionDate": "2023-04-10T00:00:00.000Z", + "PublicationDate": "2023-04-03T14:42:36.595Z", + "EvictionDate": "2023-04-03T14:42:36.595Z", "Checksum": [ { "Algorithm": "MD5", @@ -765,8 +765,8 @@ data: } ], "ContentDate": { - "Start": "2023-04-03T00:00:00.000Z", - "End": "2023-04-03T00:00:00.000Z" + "Start": "2023-04-03T14:42:36.595Z", + "End": "2023-04-03T14:42:46.595Z" }, "Attributes": [ { @@ -791,13 +791,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-04-03T14:42:36.595Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-04-10T00:00:00.000Z" + "Value": "2023-04-03T14:42:46.595Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -825,8 +825,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8633489", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-05-17T00:00:00.000Z", - "EvictionDate": "2023-05-24T00:00:00.000Z", + "PublicationDate": "2023-05-17T17:20:52.448Z", + "EvictionDate": "2023-05-17T17:20:52.448Z", "Checksum": [ { "Algorithm": "MD5", @@ -835,8 +835,8 @@ data: } ], "ContentDate": { - "Start": "2023-05-17T00:00:00.000Z", - "End": "2023-05-17T00:00:00.000Z" + "Start": "2023-05-17T17:20:52.448Z", + "End": "2023-05-17T17:21:02.448Z" }, "Attributes": [ { @@ -861,13 +861,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-05-17T17:20:52.448Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-05-24T00:00:00.000Z" + "Value": "2023-05-17T17:21:02.448Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -895,8 +895,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3921684", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-09-19T00:00:00.000Z", - "EvictionDate": "2020-09-26T00:00:00.000Z", + "PublicationDate": "2020-09-19T23:07:45.665Z", + "EvictionDate": "2020-09-19T23:07:45.665Z", "Checksum": [ { "Algorithm": "MD5", @@ -905,8 +905,8 @@ data: } ], "ContentDate": { - "Start": "2020-09-19T00:00:00.000Z", - "End": "2020-09-19T00:00:00.000Z" + "Start": "2020-09-19T23:07:45.665Z", + "End": "2020-09-19T23:07:55.665Z" }, "Attributes": [ { @@ -931,13 +931,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-09-19T23:07:45.665Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-09-26T00:00:00.000Z" + "Value": "2020-09-19T23:07:55.665Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -965,8 +965,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9671255", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-04-21T00:00:00.000Z", - "EvictionDate": "2023-04-28T00:00:00.000Z", + "PublicationDate": "2023-04-21T17:38:47.089Z", + "EvictionDate": "2023-04-21T17:38:47.089Z", "Checksum": [ { "Algorithm": "MD5", @@ -975,8 +975,8 @@ data: } ], "ContentDate": { - "Start": "2023-04-28T00:00:00.000Z", - "End": "2023-04-28T00:00:00.000Z" + "Start": "2023-04-21T17:38:47.089Z", + "End": "2023-04-21T17:38:57.089Z" }, "Attributes": [ { @@ -1001,13 +1001,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-04-21T17:38:47.089Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-04-28T00:00:00.000Z" + "Value": "2023-04-21T17:38:57.089Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1035,8 +1035,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3304133", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-01-15T00:00:00.000Z", - "EvictionDate": "2024-01-22T00:00:00.000Z", + "PublicationDate": "2024-01-15T15:40:00.653Z", + "EvictionDate": "2024-01-15T15:40:00.653Z", "Checksum": [ { "Algorithm": "MD5", @@ -1045,8 +1045,8 @@ data: } ], "ContentDate": { - "Start": "2024-01-15T00:00:00.000Z", - "End": "2024-01-15T00:00:00.000Z" + "Start": "2024-01-15T15:40:00.653Z", + "End": "2024-01-15T15:40:10.653Z" }, "Attributes": [ { @@ -1071,13 +1071,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-01-15T15:40:00.653Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-01-22T00:00:00.000Z" + "Value": "2024-01-15T15:40:10.653Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1105,8 +1105,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6026585", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-02-14T00:00:00.000Z", - "EvictionDate": "2024-02-21T00:00:00.000Z", + "PublicationDate": "2024-02-14T02:08:13.372Z", + "EvictionDate": "2024-02-14T02:08:13.372Z", "Checksum": [ { "Algorithm": "MD5", @@ -1115,8 +1115,8 @@ data: } ], "ContentDate": { - "Start": "2024-02-14T00:00:00.000Z", - "End": "2024-02-14T00:00:00.000Z" + "Start": "2024-02-14T02:08:13.372Z", + "End": "2024-02-14T02:08:23.372Z" }, "Attributes": [ { @@ -1141,13 +1141,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-02-14T02:08:13.372Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-02-21T00:00:00.000Z" + "Value": "2024-02-14T02:08:23.372Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1175,8 +1175,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9766155", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-01-29T00:00:00.000Z", - "EvictionDate": "2024-02-05T00:00:00.000Z", + "PublicationDate": "2024-01-29T01:56:47.075Z", + "EvictionDate": "2024-01-29T01:56:47.075Z", "Checksum": [ { "Algorithm": "MD5", @@ -1185,8 +1185,8 @@ data: } ], "ContentDate": { - "Start": "2024-01-29T00:00:00.000Z", - "End": "2024-01-29T00:00:00.000Z" + "Start": "2024-01-29T01:56:47.075Z", + "End": "2024-01-29T01:56:57.075Z" }, "Attributes": [ { @@ -1211,13 +1211,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-01-29T01:56:47.075Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-02-05T00:00:00.000Z" + "Value": "2024-01-29T01:56:57.075Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1245,8 +1245,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9176686", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-08-07T00:00:00.000Z", - "EvictionDate": "2023-08-14T00:00:00.000Z", + "PublicationDate": "2023-08-07T13:50:32.569Z", + "EvictionDate": "2023-08-07T13:50:32.569Z", "Checksum": [ { "Algorithm": "MD5", @@ -1255,8 +1255,8 @@ data: } ], "ContentDate": { - "Start": "2023-08-07T00:00:00.000Z", - "End": "2023-08-07T00:00:00.000Z" + "Start": "2023-08-07T13:50:32.569Z", + "End": "2023-08-07T13:50:42.569Z" }, "Attributes": [ { @@ -1281,13 +1281,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-08-07T13:50:32.569Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-08-14T00:00:00.000Z" + "Value": "2023-08-07T13:50:42.569Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1315,8 +1315,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7489159", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-06-28T00:00:00.000Z", - "EvictionDate": "2023-07-05T00:00:00.000Z", + "PublicationDate": "2023-06-28T07:56:04.042Z", + "EvictionDate": "2023-06-28T07:56:04.042Z", "Checksum": [ { "Algorithm": "MD5", @@ -1325,8 +1325,8 @@ data: } ], "ContentDate": { - "Start": "2023-06-28T00:00:00.000Z", - "End": "2023-06-28T00:00:00.000Z" + "Start": "2023-06-28T07:56:04.042Z", + "End": "2023-06-28T07:56:14.042Z" }, "Attributes": [ { @@ -1351,13 +1351,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-06-28T07:56:04.042Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-07-05T00:00:00.000Z" + "Value": "2023-06-28T07:56:14.042Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1385,8 +1385,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1104066", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-01-06T00:00:00.000Z", - "EvictionDate": "2020-01-13T00:00:00.000Z", + "PublicationDate": "2020-01-06T18:50:54.274Z", + "EvictionDate": "2020-01-06T18:50:54.274Z", "Checksum": [ { "Algorithm": "MD5", @@ -1395,8 +1395,8 @@ data: } ], "ContentDate": { - "Start": "2020-01-06T00:00:00.000Z", - "End": "2020-01-06T00:00:00.000Z" + "Start": "2020-01-06T18:50:54.274Z", + "End": "2020-01-06T18:51:04.274Z" }, "Attributes": [ { @@ -1421,13 +1421,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-01-06T18:50:54.274Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-01-13T00:00:00.000Z" + "Value": "2020-01-06T18:51:04.274Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1455,8 +1455,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4968617", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-01-21T00:00:00.000Z", - "EvictionDate": "2020-01-28T00:00:00.000Z", + "PublicationDate": "2020-01-21T22:21:54.587Z", + "EvictionDate": "2020-01-21T22:21:54.587Z", "Checksum": [ { "Algorithm": "MD5", @@ -1465,8 +1465,8 @@ data: } ], "ContentDate": { - "Start": "2020-01-21T00:00:00.000Z", - "End": "2020-01-21T00:00:00.000Z" + "Start": "2020-01-21T22:21:54.587Z", + "End": "2020-01-21T22:22:04.587Z" }, "Attributes": [ { @@ -1491,13 +1491,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-01-21T22:21:54.587Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-01-28T00:00:00.000Z" + "Value": "2020-01-21T22:22:04.587Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1525,8 +1525,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1573770", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-03-29T00:00:00.000Z", - "EvictionDate": "2021-04-05T00:00:00.000Z", + "PublicationDate": "2021-03-29T05:37:15.986Z", + "EvictionDate": "2021-03-29T05:37:15.986Z", "Checksum": [ { "Algorithm": "MD5", @@ -1535,8 +1535,8 @@ data: } ], "ContentDate": { - "Start": "2021-03-29T00:00:00.000Z", - "End": "2021-03-29T00:00:00.000Z" + "Start": "2021-03-29T05:37:15.986Z", + "End": "2021-03-29T05:37:25.986Z" }, "Attributes": [ { @@ -1561,13 +1561,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-03-29T05:37:15.986Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-04-05T00:00:00.000Z" + "Value": "2021-03-29T05:37:25.986Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1595,8 +1595,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3588015", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2022-03-06T00:00:00.000Z", - "EvictionDate": "2022-03-13T00:00:00.000Z", + "PublicationDate": "2022-03-06T05:51:47.869Z", + "EvictionDate": "2022-03-06T05:51:47.869Z", "Checksum": [ { "Algorithm": "MD5", @@ -1605,8 +1605,8 @@ data: } ], "ContentDate": { - "Start": "2022-03-13T00:00:00.000Z", - "End": "2022-03-13T00:00:00.000Z" + "Start": "2022-03-06T05:51:47.869Z", + "End": "2022-03-06T05:51:57.869Z" }, "Attributes": [ { @@ -1631,13 +1631,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2022-03-06T05:51:47.869Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2022-03-13T00:00:00.000Z" + "Value": "2022-03-06T05:51:57.869Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1665,8 +1665,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7586325", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-07-10T00:00:00.000Z", - "EvictionDate": "2023-07-17T00:00:00.000Z", + "PublicationDate": "2023-07-10T05:25:46.117Z", + "EvictionDate": "2023-07-10T05:25:46.117Z", "Checksum": [ { "Algorithm": "MD5", @@ -1675,8 +1675,8 @@ data: } ], "ContentDate": { - "Start": "2023-07-10T00:00:00.000Z", - "End": "2023-07-10T00:00:00.000Z" + "Start": "2023-07-10T05:25:46.117Z", + "End": "2023-07-10T05:25:56.117Z" }, "Attributes": [ { @@ -1701,13 +1701,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-07-10T05:25:46.117Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-07-17T00:00:00.000Z" + "Value": "2023-07-10T05:25:56.117Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1735,8 +1735,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6306385", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-02-11T00:00:00.000Z", - "EvictionDate": "2020-02-18T00:00:00.000Z", + "PublicationDate": "2020-02-11T13:16:02.777Z", + "EvictionDate": "2020-02-11T13:16:02.777Z", "Checksum": [ { "Algorithm": "MD5", @@ -1745,8 +1745,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-11T00:00:00.000Z", - "End": "2020-02-11T00:00:00.000Z" + "Start": "2020-02-11T13:16:02.777Z", + "End": "2020-02-11T13:16:12.777Z" }, "Attributes": [ { @@ -1771,13 +1771,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-02-11T13:16:02.777Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-18T00:00:00.000Z" + "Value": "2020-02-11T13:16:12.777Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1805,8 +1805,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2880500", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-07-18T00:00:00.000Z", - "EvictionDate": "2023-07-25T00:00:00.000Z", + "PublicationDate": "2023-07-18T01:51:42.703Z", + "EvictionDate": "2023-07-18T01:51:42.703Z", "Checksum": [ { "Algorithm": "MD5", @@ -1815,8 +1815,8 @@ data: } ], "ContentDate": { - "Start": "2023-07-18T00:00:00.000Z", - "End": "2023-07-18T00:00:00.000Z" + "Start": "2023-07-18T01:51:42.703Z", + "End": "2023-07-18T01:51:52.703Z" }, "Attributes": [ { @@ -1841,13 +1841,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-07-18T01:51:42.703Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-07-25T00:00:00.000Z" + "Value": "2023-07-18T01:51:52.703Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1875,8 +1875,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5235136", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-04-28T00:00:00.000Z", - "EvictionDate": "2023-05-05T00:00:00.000Z", + "PublicationDate": "2023-04-28T18:52:18.007Z", + "EvictionDate": "2023-04-28T18:52:18.007Z", "Checksum": [ { "Algorithm": "MD5", @@ -1885,8 +1885,8 @@ data: } ], "ContentDate": { - "Start": "2023-04-28T00:00:00.000Z", - "End": "2023-04-28T00:00:00.000Z" + "Start": "2023-04-28T18:52:18.007Z", + "End": "2023-04-28T18:52:28.007Z" }, "Attributes": [ { @@ -1911,13 +1911,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-04-28T18:52:18.007Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-05-05T00:00:00.000Z" + "Value": "2023-04-28T18:52:28.007Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -1945,8 +1945,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3123404", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-02-19T00:00:00.000Z", - "EvictionDate": "2023-02-26T00:00:00.000Z", + "PublicationDate": "2023-02-19T23:42:46.777Z", + "EvictionDate": "2023-02-19T23:42:46.777Z", "Checksum": [ { "Algorithm": "MD5", @@ -1955,8 +1955,8 @@ data: } ], "ContentDate": { - "Start": "2023-02-19T00:00:00.000Z", - "End": "2023-02-19T00:00:00.000Z" + "Start": "2023-02-19T23:42:46.777Z", + "End": "2023-02-19T23:42:56.777Z" }, "Attributes": [ { @@ -1981,13 +1981,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-02-19T23:42:46.777Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-02-26T00:00:00.000Z" + "Value": "2023-02-19T23:42:56.777Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2015,8 +2015,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7304161", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-07-04T00:00:00.000Z", - "EvictionDate": "2023-07-11T00:00:00.000Z", + "PublicationDate": "2023-07-04T03:44:56.111Z", + "EvictionDate": "2023-07-04T03:44:56.111Z", "Checksum": [ { "Algorithm": "MD5", @@ -2025,8 +2025,8 @@ data: } ], "ContentDate": { - "Start": "2023-07-04T00:00:00.000Z", - "End": "2023-07-04T00:00:00.000Z" + "Start": "2023-07-04T03:44:56.111Z", + "End": "2023-07-04T03:45:06.111Z" }, "Attributes": [ { @@ -2051,13 +2051,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-07-04T03:44:56.111Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-07-11T00:00:00.000Z" + "Value": "2023-07-04T03:45:06.111Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2085,8 +2085,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7419612", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-08-18T00:00:00.000Z", - "EvictionDate": "2023-08-25T00:00:00.000Z", + "PublicationDate": "2023-08-18T15:56:52.781Z", + "EvictionDate": "2023-08-18T15:56:52.781Z", "Checksum": [ { "Algorithm": "MD5", @@ -2095,8 +2095,8 @@ data: } ], "ContentDate": { - "Start": "2023-08-18T00:00:00.000Z", - "End": "2023-08-18T00:00:00.000Z" + "Start": "2023-08-18T15:56:52.781Z", + "End": "2023-08-18T15:57:02.781Z" }, "Attributes": [ { @@ -2121,13 +2121,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-08-18T15:56:52.781Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-08-25T00:00:00.000Z" + "Value": "2023-08-18T15:57:02.781Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2155,8 +2155,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8120082", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-02-11T00:00:00.000Z", - "EvictionDate": "2021-02-18T00:00:00.000Z", + "PublicationDate": "2021-02-11T23:24:15.506Z", + "EvictionDate": "2021-02-11T23:24:15.506Z", "Checksum": [ { "Algorithm": "MD5", @@ -2165,8 +2165,8 @@ data: } ], "ContentDate": { - "Start": "2021-02-11T00:00:00.000Z", - "End": "2021-02-11T00:00:00.000Z" + "Start": "2021-02-11T23:24:15.506Z", + "End": "2021-02-11T23:24:25.506Z" }, "Attributes": [ { @@ -2191,13 +2191,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-02-11T23:24:15.506Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-02-18T00:00:00.000Z" + "Value": "2021-02-11T23:24:25.506Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2225,8 +2225,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2349940", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-04-02T00:00:00.000Z", - "EvictionDate": "2020-04-09T00:00:00.000Z", + "PublicationDate": "2020-04-02T13:20:40.958Z", + "EvictionDate": "2020-04-02T13:20:40.958Z", "Checksum": [ { "Algorithm": "MD5", @@ -2235,8 +2235,8 @@ data: } ], "ContentDate": { - "Start": "2020-04-09T00:00:00.000Z", - "End": "2020-04-09T00:00:00.000Z" + "Start": "2020-04-02T13:20:40.958Z", + "End": "2020-04-02T13:20:50.958Z" }, "Attributes": [ { @@ -2261,13 +2261,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-04-02T13:20:40.958Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-09T00:00:00.000Z" + "Value": "2020-04-02T13:20:50.958Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2295,8 +2295,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6931697", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-01-23T00:00:00.000Z", - "EvictionDate": "2021-01-30T00:00:00.000Z", + "PublicationDate": "2021-01-23T04:35:31.786Z", + "EvictionDate": "2021-01-23T04:35:31.786Z", "Checksum": [ { "Algorithm": "MD5", @@ -2305,8 +2305,8 @@ data: } ], "ContentDate": { - "Start": "2021-01-23T00:00:00.000Z", - "End": "2021-01-23T00:00:00.000Z" + "Start": "2021-01-23T04:35:31.786Z", + "End": "2021-01-23T04:35:41.786Z" }, "Attributes": [ { @@ -2331,13 +2331,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-01-23T04:35:31.786Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-01-30T00:00:00.000Z" + "Value": "2021-01-23T04:35:41.786Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2365,8 +2365,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9407640", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-10-12T00:00:00.000Z", - "EvictionDate": "2020-10-19T00:00:00.000Z", + "PublicationDate": "2020-10-12T12:24:29.792Z", + "EvictionDate": "2020-10-12T12:24:29.792Z", "Checksum": [ { "Algorithm": "MD5", @@ -2375,8 +2375,8 @@ data: } ], "ContentDate": { - "Start": "2020-10-12T00:00:00.000Z", - "End": "2020-10-12T00:00:00.000Z" + "Start": "2020-10-12T12:24:29.792Z", + "End": "2020-10-12T12:24:39.792Z" }, "Attributes": [ { @@ -2401,13 +2401,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-10-12T12:24:29.792Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-10-19T00:00:00.000Z" + "Value": "2020-10-12T12:24:39.792Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2435,8 +2435,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9689251", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-05-01T00:00:00.000Z", - "EvictionDate": "2021-05-08T00:00:00.000Z", + "PublicationDate": "2021-05-01T01:05:02.052Z", + "EvictionDate": "2021-05-01T01:05:02.052Z", "Checksum": [ { "Algorithm": "MD5", @@ -2445,8 +2445,8 @@ data: } ], "ContentDate": { - "Start": "2021-05-01T00:00:00.000Z", - "End": "2021-05-01T00:00:00.000Z" + "Start": "2021-05-01T01:05:02.052Z", + "End": "2021-05-01T01:05:12.052Z" }, "Attributes": [ { @@ -2471,13 +2471,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-05-01T01:05:02.052Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-05-08T00:00:00.000Z" + "Value": "2021-05-01T01:05:12.052Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2505,8 +2505,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7371129", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-07-29T00:00:00.000Z", - "EvictionDate": "2020-08-05T00:00:00.000Z", + "PublicationDate": "2020-07-29T03:08:43.109Z", + "EvictionDate": "2020-07-29T03:08:43.109Z", "Checksum": [ { "Algorithm": "MD5", @@ -2515,8 +2515,8 @@ data: } ], "ContentDate": { - "Start": "2020-07-29T00:00:00.000Z", - "End": "2020-07-29T00:00:00.000Z" + "Start": "2020-07-29T03:08:43.109Z", + "End": "2020-07-29T03:08:53.109Z" }, "Attributes": [ { @@ -2541,13 +2541,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-07-29T03:08:43.109Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-08-05T00:00:00.000Z" + "Value": "2020-07-29T03:08:53.109Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2575,8 +2575,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4148514", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-03-20T00:00:00.000Z", - "EvictionDate": "2023-03-27T00:00:00.000Z", + "PublicationDate": "2023-03-20T20:12:07.815Z", + "EvictionDate": "2023-03-20T20:12:07.815Z", "Checksum": [ { "Algorithm": "MD5", @@ -2585,8 +2585,8 @@ data: } ], "ContentDate": { - "Start": "2023-03-20T00:00:00.000Z", - "End": "2023-03-20T00:00:00.000Z" + "Start": "2023-03-20T20:12:07.815Z", + "End": "2023-03-20T20:12:17.815Z" }, "Attributes": [ { @@ -2611,13 +2611,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-03-20T20:12:07.815Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-03-27T00:00:00.000Z" + "Value": "2023-03-20T20:12:17.815Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2645,8 +2645,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6458426", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-02-03T00:00:00.000Z", - "EvictionDate": "2020-02-10T00:00:00.000Z", + "PublicationDate": "2020-02-03T21:56:22.885Z", + "EvictionDate": "2020-02-03T21:56:22.885Z", "Checksum": [ { "Algorithm": "MD5", @@ -2655,8 +2655,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-03T00:00:00.000Z", - "End": "2020-02-03T00:00:00.000Z" + "Start": "2020-02-03T21:56:22.885Z", + "End": "2020-02-03T21:56:32.885Z" }, "Attributes": [ { @@ -2681,13 +2681,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-02-03T21:56:22.885Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-10T00:00:00.000Z" + "Value": "2020-02-03T21:56:32.885Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2715,8 +2715,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1905326", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-02-18T00:00:00.000Z", - "EvictionDate": "2020-02-25T00:00:00.000Z", + "PublicationDate": "2020-02-18T20:52:05.392Z", + "EvictionDate": "2020-02-18T20:52:05.392Z", "Checksum": [ { "Algorithm": "MD5", @@ -2725,8 +2725,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-18T00:00:00.000Z", - "End": "2020-02-18T00:00:00.000Z" + "Start": "2020-02-18T20:52:05.392Z", + "End": "2020-02-18T20:52:15.392Z" }, "Attributes": [ { @@ -2751,13 +2751,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-02-18T20:52:05.392Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-25T00:00:00.000Z" + "Value": "2020-02-18T20:52:15.392Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2785,8 +2785,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3206957", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-01-03T00:00:00.000Z", - "EvictionDate": "2023-01-10T00:00:00.000Z", + "PublicationDate": "2023-01-03T20:38:54.139Z", + "EvictionDate": "2023-01-03T20:38:54.139Z", "Checksum": [ { "Algorithm": "MD5", @@ -2795,8 +2795,8 @@ data: } ], "ContentDate": { - "Start": "2023-01-03T00:00:00.000Z", - "End": "2023-01-03T00:00:00.000Z" + "Start": "2023-01-03T20:38:54.139Z", + "End": "2023-01-03T20:39:04.139Z" }, "Attributes": [ { @@ -2821,13 +2821,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-01-03T20:38:54.139Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-01-10T00:00:00.000Z" + "Value": "2023-01-03T20:39:04.139Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2855,8 +2855,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7945817", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-03-15T00:00:00.000Z", - "EvictionDate": "2020-03-22T00:00:00.000Z", + "PublicationDate": "2020-03-15T06:16:33.668Z", + "EvictionDate": "2020-03-15T06:16:33.668Z", "Checksum": [ { "Algorithm": "MD5", @@ -2865,8 +2865,8 @@ data: } ], "ContentDate": { - "Start": "2020-03-22T00:00:00.000Z", - "End": "2020-03-22T00:00:00.000Z" + "Start": "2020-03-15T06:16:33.668Z", + "End": "2020-03-15T06:16:43.668Z" }, "Attributes": [ { @@ -2891,13 +2891,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-03-15T06:16:33.668Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-03-22T00:00:00.000Z" + "Value": "2020-03-15T06:16:43.668Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2925,8 +2925,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8332259", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2022-04-26T00:00:00.000Z", - "EvictionDate": "2022-05-03T00:00:00.000Z", + "PublicationDate": "2022-04-26T11:08:18.274Z", + "EvictionDate": "2022-04-26T11:08:18.274Z", "Checksum": [ { "Algorithm": "MD5", @@ -2935,8 +2935,8 @@ data: } ], "ContentDate": { - "Start": "2022-04-26T00:00:00.000Z", - "End": "2022-04-26T00:00:00.000Z" + "Start": "2022-04-26T11:08:18.274Z", + "End": "2022-04-26T11:08:28.274Z" }, "Attributes": [ { @@ -2961,13 +2961,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2022-04-26T11:08:18.274Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2022-05-03T00:00:00.000Z" + "Value": "2022-04-26T11:08:28.274Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -2995,8 +2995,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8776207", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-11-16T00:00:00.000Z", - "EvictionDate": "2020-11-23T00:00:00.000Z", + "PublicationDate": "2020-11-16T11:14:59.025Z", + "EvictionDate": "2020-11-16T11:14:59.025Z", "Checksum": [ { "Algorithm": "MD5", @@ -3005,8 +3005,8 @@ data: } ], "ContentDate": { - "Start": "2020-11-16T00:00:00.000Z", - "End": "2020-11-16T00:00:00.000Z" + "Start": "2020-11-16T11:14:59.025Z", + "End": "2020-11-16T11:15:09.025Z" }, "Attributes": [ { @@ -3031,13 +3031,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-11-16T11:14:59.025Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-11-23T00:00:00.000Z" + "Value": "2020-11-16T11:15:09.025Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3065,8 +3065,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1556289", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-07-05T00:00:00.000Z", - "EvictionDate": "2021-07-12T00:00:00.000Z", + "PublicationDate": "2021-07-05T12:14:39.394Z", + "EvictionDate": "2021-07-05T12:14:39.394Z", "Checksum": [ { "Algorithm": "MD5", @@ -3075,8 +3075,8 @@ data: } ], "ContentDate": { - "Start": "2021-07-05T00:00:00.000Z", - "End": "2021-07-05T00:00:00.000Z" + "Start": "2021-07-05T12:14:39.394Z", + "End": "2021-07-05T12:14:49.394Z" }, "Attributes": [ { @@ -3101,13 +3101,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-07-05T12:14:39.394Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-07-12T00:00:00.000Z" + "Value": "2021-07-05T12:14:49.394Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3135,8 +3135,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1182056", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-09-03T00:00:00.000Z", - "EvictionDate": "2020-09-10T00:00:00.000Z", + "PublicationDate": "2020-09-03T14:37:33.513Z", + "EvictionDate": "2020-09-03T14:37:33.513Z", "Checksum": [ { "Algorithm": "MD5", @@ -3145,8 +3145,8 @@ data: } ], "ContentDate": { - "Start": "2020-09-03T00:00:00.000Z", - "End": "2020-09-03T00:00:00.000Z" + "Start": "2020-09-03T14:37:33.513Z", + "End": "2020-09-03T14:37:43.513Z" }, "Attributes": [ { @@ -3171,13 +3171,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-09-03T14:37:33.513Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-09-10T00:00:00.000Z" + "Value": "2020-09-03T14:37:43.513Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3205,8 +3205,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9034860", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-04-23T00:00:00.000Z", - "EvictionDate": "2023-04-30T00:00:00.000Z", + "PublicationDate": "2023-04-23T05:52:15.112Z", + "EvictionDate": "2023-04-23T05:52:15.112Z", "Checksum": [ { "Algorithm": "MD5", @@ -3215,8 +3215,8 @@ data: } ], "ContentDate": { - "Start": "2023-04-23T00:00:00.000Z", - "End": "2023-04-23T00:00:00.000Z" + "Start": "2023-04-23T05:52:15.112Z", + "End": "2023-04-23T05:52:25.112Z" }, "Attributes": [ { @@ -3241,13 +3241,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-04-23T05:52:15.112Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-04-30T00:00:00.000Z" + "Value": "2023-04-23T05:52:25.112Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3275,8 +3275,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8898416", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-08-06T00:00:00.000Z", - "EvictionDate": "2020-08-13T00:00:00.000Z", + "PublicationDate": "2020-08-06T01:31:32.476Z", + "EvictionDate": "2020-08-06T01:31:32.476Z", "Checksum": [ { "Algorithm": "MD5", @@ -3285,8 +3285,8 @@ data: } ], "ContentDate": { - "Start": "2020-08-06T00:00:00.000Z", - "End": "2020-08-06T00:00:00.000Z" + "Start": "2020-08-06T01:31:32.476Z", + "End": "2020-08-06T01:31:42.476Z" }, "Attributes": [ { @@ -3311,13 +3311,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-08-06T01:31:32.476Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-08-13T00:00:00.000Z" + "Value": "2020-08-06T01:31:42.476Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3345,8 +3345,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9116568", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-09-20T00:00:00.000Z", - "EvictionDate": "2020-09-27T00:00:00.000Z", + "PublicationDate": "2020-09-20T07:11Z", + "EvictionDate": "2020-09-20T07:11Z", "Checksum": [ { "Algorithm": "MD5", @@ -3355,8 +3355,8 @@ data: } ], "ContentDate": { - "Start": "2020-09-20T00:00:00.000Z", - "End": "2020-09-20T00:00:00.000Z" + "Start": "2020-09-20T07:11Z", + "End": "2020-09-20T07:11Z" }, "Attributes": [ { @@ -3381,13 +3381,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-09-20T07:11Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-09-27T00:00:00.000Z" + "Value": "2020-09-20T07:11Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3415,8 +3415,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9594779", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-01-27T00:00:00.000Z", - "EvictionDate": "2020-02-03T00:00:00.000Z", + "PublicationDate": "2020-01-27T12:37:13.632Z", + "EvictionDate": "2020-01-27T12:37:13.632Z", "Checksum": [ { "Algorithm": "MD5", @@ -3425,8 +3425,8 @@ data: } ], "ContentDate": { - "Start": "2020-01-27T00:00:00.000Z", - "End": "2020-01-27T00:00:00.000Z" + "Start": "2020-01-27T12:37:13.632Z", + "End": "2020-01-27T12:37:23.632Z" }, "Attributes": [ { @@ -3451,13 +3451,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-01-27T12:37:13.632Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-03T00:00:00.000Z" + "Value": "2020-01-27T12:37:23.632Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3485,8 +3485,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1424363", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-02-25T00:00:00.000Z", - "EvictionDate": "2021-03-04T00:00:00.000Z", + "PublicationDate": "2021-02-25T19:36:04.041Z", + "EvictionDate": "2021-02-25T19:36:04.041Z", "Checksum": [ { "Algorithm": "MD5", @@ -3495,8 +3495,8 @@ data: } ], "ContentDate": { - "Start": "2021-03-03T00:00:00.000Z", - "End": "2021-03-03T00:00:00.000Z" + "Start": "2021-02-25T19:36:04.041Z", + "End": "2021-02-25T19:36:14.041Z" }, "Attributes": [ { @@ -3521,13 +3521,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-02-25T19:36:04.041Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-03-04T00:00:00.000Z" + "Value": "2021-02-25T19:36:14.041Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3555,8 +3555,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8001273", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-07-01T00:00:00.000Z", - "EvictionDate": "2021-07-08T00:00:00.000Z", + "PublicationDate": "2021-07-01T00:48:35.387Z", + "EvictionDate": "2021-07-01T00:48:35.387Z", "Checksum": [ { "Algorithm": "MD5", @@ -3565,8 +3565,8 @@ data: } ], "ContentDate": { - "Start": "2021-07-01T00:00:00.000Z", - "End": "2021-07-01T00:00:00.000Z" + "Start": "2021-07-01T00:48:35.387Z", + "End": "2021-07-01T00:48:45.387Z" }, "Attributes": [ { @@ -3591,13 +3591,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-07-01T00:48:35.387Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-07-08T00:00:00.000Z" + "Value": "2021-07-01T00:48:45.387Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3625,8 +3625,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2730381", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-12-28T00:00:00.000Z", - "EvictionDate": "2021-01-04T00:00:00.000Z", + "PublicationDate": "2020-12-28T14:12:49.978Z", + "EvictionDate": "2020-12-28T14:12:49.978Z", "Checksum": [ { "Algorithm": "MD5", @@ -3635,8 +3635,8 @@ data: } ], "ContentDate": { - "Start": "2020-12-28T00:00:00.000Z", - "End": "2020-12-28T00:00:00.000Z" + "Start": "2020-12-28T14:12:49.978Z", + "End": "2020-12-28T14:12:59.978Z" }, "Attributes": [ { @@ -3661,13 +3661,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-12-28T14:12:49.978Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-01-04T00:00:00.000Z" + "Value": "2020-12-28T14:12:59.978Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3695,8 +3695,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1954759", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-09-16T00:00:00.000Z", - "EvictionDate": "2021-09-23T00:00:00.000Z", + "PublicationDate": "2021-09-16T04:15:15.186Z", + "EvictionDate": "2021-09-16T04:15:15.186Z", "Checksum": [ { "Algorithm": "MD5", @@ -3705,8 +3705,8 @@ data: } ], "ContentDate": { - "Start": "2021-09-16T00:00:00.000Z", - "End": "2021-09-16T00:00:00.000Z" + "Start": "2021-09-16T04:15:15.186Z", + "End": "2021-09-16T04:15:25.186Z" }, "Attributes": [ { @@ -3731,13 +3731,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-09-16T04:15:15.186Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-09-23T00:00:00.000Z" + "Value": "2021-09-16T04:15:25.186Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3765,8 +3765,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6956769", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-05-24T00:00:00.000Z", - "EvictionDate": "2020-05-31T00:00:00.000Z", + "PublicationDate": "2020-05-24T09:18:09.740Z", + "EvictionDate": "2020-05-24T09:18:09.740Z", "Checksum": [ { "Algorithm": "MD5", @@ -3775,8 +3775,8 @@ data: } ], "ContentDate": { - "Start": "2020-05-24T00:00:00.000Z", - "End": "2020-05-24T00:00:00.000Z" + "Start": "2020-05-24T09:18:09.740Z", + "End": "2020-05-24T09:18:19.740Z" }, "Attributes": [ { @@ -3801,13 +3801,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-05-24T09:18:09.740Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-05-31T00:00:00.000Z" + "Value": "2020-05-24T09:18:19.740Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3835,8 +3835,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6897330", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-03-12T00:00:00.000Z", - "EvictionDate": "2023-03-19T00:00:00.000Z", + "PublicationDate": "2023-03-12T21:30:03.688Z", + "EvictionDate": "2023-03-12T21:30:03.688Z", "Checksum": [ { "Algorithm": "MD5", @@ -3845,8 +3845,8 @@ data: } ], "ContentDate": { - "Start": "2023-03-12T00:00:00.000Z", - "End": "2023-03-12T00:00:00.000Z" + "Start": "2023-03-12T21:30:03.688Z", + "End": "2023-03-12T21:30:13.688Z" }, "Attributes": [ { @@ -3871,13 +3871,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-03-12T21:30:03.688Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-03-19T00:00:00.000Z" + "Value": "2023-03-12T21:30:13.688Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3905,8 +3905,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5426928", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-05-24T00:00:00.000Z", - "EvictionDate": "2020-05-31T00:00:00.000Z", + "PublicationDate": "2020-05-24T13:50:22.448Z", + "EvictionDate": "2020-05-24T13:50:22.448Z", "Checksum": [ { "Algorithm": "MD5", @@ -3915,8 +3915,8 @@ data: } ], "ContentDate": { - "Start": "2020-05-24T00:00:00.000Z", - "End": "2020-05-24T00:00:00.000Z" + "Start": "2020-05-24T13:50:22.448Z", + "End": "2020-05-24T13:50:32.448Z" }, "Attributes": [ { @@ -3941,13 +3941,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-05-24T13:50:22.448Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-05-31T00:00:00.000Z" + "Value": "2020-05-24T13:50:32.448Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -3975,8 +3975,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9910731", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-07-08T00:00:00.000Z", - "EvictionDate": "2020-07-15T00:00:00.000Z", + "PublicationDate": "2020-07-08T15:19:56.990Z", + "EvictionDate": "2020-07-08T15:19:56.990Z", "Checksum": [ { "Algorithm": "MD5", @@ -3985,8 +3985,8 @@ data: } ], "ContentDate": { - "Start": "2020-07-08T00:00:00.000Z", - "End": "2020-07-08T00:00:00.000Z" + "Start": "2020-07-08T15:19:56.990Z", + "End": "2020-07-08T15:20:06.990Z" }, "Attributes": [ { @@ -4011,13 +4011,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-07-08T15:19:56.990Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-07-15T00:00:00.000Z" + "Value": "2020-07-08T15:20:06.990Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4045,8 +4045,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6822968", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-07-05T00:00:00.000Z", - "EvictionDate": "2023-07-12T00:00:00.000Z", + "PublicationDate": "2023-07-05T23:36:04.796Z", + "EvictionDate": "2023-07-05T23:36:04.796Z", "Checksum": [ { "Algorithm": "MD5", @@ -4055,8 +4055,8 @@ data: } ], "ContentDate": { - "Start": "2023-07-05T00:00:00.000Z", - "End": "2023-07-05T00:00:00.000Z" + "Start": "2023-07-05T23:36:04.796Z", + "End": "2023-07-05T23:36:14.796Z" }, "Attributes": [ { @@ -4081,13 +4081,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-07-05T23:36:04.796Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-07-12T00:00:00.000Z" + "Value": "2023-07-05T23:36:14.796Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4115,8 +4115,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7003947", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-10-28T00:00:00.000Z", - "EvictionDate": "2020-11-04T00:00:00.000Z", + "PublicationDate": "2020-10-28T22:07:04.001Z", + "EvictionDate": "2020-10-28T22:07:04.001Z", "Checksum": [ { "Algorithm": "MD5", @@ -4125,8 +4125,8 @@ data: } ], "ContentDate": { - "Start": "2020-11-04T00:00:00.000Z", - "End": "2020-11-04T00:00:00.000Z" + "Start": "2020-10-28T22:07:04.001Z", + "End": "2020-10-28T22:07:14.001Z" }, "Attributes": [ { @@ -4151,13 +4151,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-10-28T22:07:04.001Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-11-04T00:00:00.000Z" + "Value": "2020-10-28T22:07:14.001Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4185,8 +4185,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2284660", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-11-15T00:00:00.000Z", - "EvictionDate": "2021-11-22T00:00:00.000Z", + "PublicationDate": "2021-11-15T21:08:07.843Z", + "EvictionDate": "2021-11-15T21:08:07.843Z", "Checksum": [ { "Algorithm": "MD5", @@ -4195,8 +4195,8 @@ data: } ], "ContentDate": { - "Start": "2021-11-15T00:00:00.000Z", - "End": "2021-11-15T00:00:00.000Z" + "Start": "2021-11-15T21:08:07.843Z", + "End": "2021-11-15T21:08:17.843Z" }, "Attributes": [ { @@ -4221,13 +4221,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-11-15T21:08:07.843Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-11-22T00:00:00.000Z" + "Value": "2021-11-15T21:08:17.843Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4255,8 +4255,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3087520", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-01-23T00:00:00.000Z", - "EvictionDate": "2020-01-30T00:00:00.000Z", + "PublicationDate": "2020-01-23T00:05:36.311Z", + "EvictionDate": "2020-01-23T00:05:36.311Z", "Checksum": [ { "Algorithm": "MD5", @@ -4265,8 +4265,8 @@ data: } ], "ContentDate": { - "Start": "2020-01-23T00:00:00.000Z", - "End": "2020-01-23T00:00:00.000Z" + "Start": "2020-01-23T00:05:36.311Z", + "End": "2020-01-23T00:05:46.311Z" }, "Attributes": [ { @@ -4291,13 +4291,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-01-23T00:05:36.311Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-01-30T00:00:00.000Z" + "Value": "2020-01-23T00:05:46.311Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4325,8 +4325,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1411195", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-09-11T00:00:00.000Z", - "EvictionDate": "2021-09-18T00:00:00.000Z", + "PublicationDate": "2021-09-11T12:56:58.044Z", + "EvictionDate": "2021-09-11T12:56:58.044Z", "Checksum": [ { "Algorithm": "MD5", @@ -4335,8 +4335,8 @@ data: } ], "ContentDate": { - "Start": "2021-09-11T00:00:00.000Z", - "End": "2021-09-11T00:00:00.000Z" + "Start": "2021-09-11T12:56:58.044Z", + "End": "2021-09-11T12:57:08.044Z" }, "Attributes": [ { @@ -4361,13 +4361,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-09-11T12:56:58.044Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-09-18T00:00:00.000Z" + "Value": "2021-09-11T12:57:08.044Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4395,8 +4395,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5737558", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-04-18T00:00:00.000Z", - "EvictionDate": "2020-04-25T00:00:00.000Z", + "PublicationDate": "2020-04-18T16:10:47.216Z", + "EvictionDate": "2020-04-18T16:10:47.216Z", "Checksum": [ { "Algorithm": "MD5", @@ -4405,8 +4405,8 @@ data: } ], "ContentDate": { - "Start": "2020-04-18T00:00:00.000Z", - "End": "2020-04-18T00:00:00.000Z" + "Start": "2020-04-18T16:10:47.216Z", + "End": "2020-04-18T16:10:57.216Z" }, "Attributes": [ { @@ -4431,13 +4431,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-04-18T16:10:47.216Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-25T00:00:00.000Z" + "Value": "2020-04-18T16:10:57.216Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4465,8 +4465,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1827609", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-10-07T00:00:00.000Z", - "EvictionDate": "2023-10-14T00:00:00.000Z", + "PublicationDate": "2023-10-07T16:34:01.765Z", + "EvictionDate": "2023-10-07T16:34:01.765Z", "Checksum": [ { "Algorithm": "MD5", @@ -4475,8 +4475,8 @@ data: } ], "ContentDate": { - "Start": "2023-10-07T00:00:00.000Z", - "End": "2023-10-07T00:00:00.000Z" + "Start": "2023-10-07T16:34:01.765Z", + "End": "2023-10-07T16:34:11.765Z" }, "Attributes": [ { @@ -4501,13 +4501,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-10-07T16:34:01.765Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-10-14T00:00:00.000Z" + "Value": "2023-10-07T16:34:11.765Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4535,8 +4535,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1305760", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-05-09T00:00:00.000Z", - "EvictionDate": "2020-05-16T00:00:00.000Z", + "PublicationDate": "2020-05-09T01:39:40.707Z", + "EvictionDate": "2020-05-09T01:39:40.707Z", "Checksum": [ { "Algorithm": "MD5", @@ -4545,8 +4545,8 @@ data: } ], "ContentDate": { - "Start": "2020-05-09T00:00:00.000Z", - "End": "2020-05-09T00:00:00.000Z" + "Start": "2020-05-09T01:39:40.707Z", + "End": "2020-05-09T01:39:50.707Z" }, "Attributes": [ { @@ -4571,13 +4571,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-05-09T01:39:40.707Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-05-16T00:00:00.000Z" + "Value": "2020-05-09T01:39:50.707Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4605,8 +4605,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9502061", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-06-23T00:00:00.000Z", - "EvictionDate": "2020-06-30T00:00:00.000Z", + "PublicationDate": "2020-06-23T02:30:34.926Z", + "EvictionDate": "2020-06-23T02:30:34.926Z", "Checksum": [ { "Algorithm": "MD5", @@ -4615,8 +4615,8 @@ data: } ], "ContentDate": { - "Start": "2020-06-23T00:00:00.000Z", - "End": "2020-06-23T00:00:00.000Z" + "Start": "2020-06-23T02:30:34.926Z", + "End": "2020-06-23T02:30:44.926Z" }, "Attributes": [ { @@ -4641,13 +4641,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-06-23T02:30:34.926Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-06-30T00:00:00.000Z" + "Value": "2020-06-23T02:30:44.926Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4675,8 +4675,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3404733", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2022-01-15T00:00:00.000Z", - "EvictionDate": "2022-01-22T00:00:00.000Z", + "PublicationDate": "2022-01-15T18:39:34.121Z", + "EvictionDate": "2022-01-15T18:39:34.121Z", "Checksum": [ { "Algorithm": "MD5", @@ -4685,8 +4685,8 @@ data: } ], "ContentDate": { - "Start": "2022-01-15T00:00:00.000Z", - "End": "2022-01-15T00:00:00.000Z" + "Start": "2022-01-15T18:39:34.121Z", + "End": "2022-01-15T18:39:44.121Z" }, "Attributes": [ { @@ -4711,13 +4711,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2022-01-15T18:39:34.121Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2022-01-22T00:00:00.000Z" + "Value": "2022-01-15T18:39:44.121Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4745,8 +4745,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3792150", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-11-25T00:00:00.000Z", - "EvictionDate": "2021-12-02T00:00:00.000Z", + "PublicationDate": "2021-11-25T00:50:59.342Z", + "EvictionDate": "2021-11-25T00:50:59.342Z", "Checksum": [ { "Algorithm": "MD5", @@ -4755,8 +4755,8 @@ data: } ], "ContentDate": { - "Start": "2021-12-02T00:00:00.000Z", - "End": "2021-12-02T00:00:00.000Z" + "Start": "2021-11-25T00:50:59.342Z", + "End": "2021-11-25T00:51:09.342Z" }, "Attributes": [ { @@ -4781,13 +4781,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-11-25T00:50:59.342Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-12-02T00:00:00.000Z" + "Value": "2021-11-25T00:51:09.342Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4815,8 +4815,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2182853", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-05-14T00:00:00.000Z", - "EvictionDate": "2024-05-21T00:00:00.000Z", + "PublicationDate": "2024-05-14T09:10:52.206Z", + "EvictionDate": "2024-05-14T09:10:52.206Z", "Checksum": [ { "Algorithm": "MD5", @@ -4825,8 +4825,8 @@ data: } ], "ContentDate": { - "Start": "2024-05-14T00:00:00.000Z", - "End": "2024-05-14T00:00:00.000Z" + "Start": "2024-05-14T09:10:52.206Z", + "End": "2024-05-14T09:11:02.206Z" }, "Attributes": [ { @@ -4851,13 +4851,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-05-14T09:10:52.206Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-05-21T00:00:00.000Z" + "Value": "2024-05-14T09:11:02.206Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4885,8 +4885,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2024009", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-04-15T00:00:00.000Z", - "EvictionDate": "2021-04-22T00:00:00.000Z", + "PublicationDate": "2021-04-15T01:13:24.085Z", + "EvictionDate": "2021-04-15T01:13:24.085Z", "Checksum": [ { "Algorithm": "MD5", @@ -4895,8 +4895,8 @@ data: } ], "ContentDate": { - "Start": "2021-04-15T00:00:00.000Z", - "End": "2021-04-15T00:00:00.000Z" + "Start": "2021-04-15T01:13:24.085Z", + "End": "2021-04-15T01:13:34.085Z" }, "Attributes": [ { @@ -4921,13 +4921,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-04-15T01:13:24.085Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-04-22T00:00:00.000Z" + "Value": "2021-04-15T01:13:34.085Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -4955,8 +4955,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2599455", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-02-04T00:00:00.000Z", - "EvictionDate": "2024-02-11T00:00:00.000Z", + "PublicationDate": "2024-02-04T07:58:06.866Z", + "EvictionDate": "2024-02-04T07:58:06.866Z", "Checksum": [ { "Algorithm": "MD5", @@ -4965,8 +4965,8 @@ data: } ], "ContentDate": { - "Start": "2024-02-04T00:00:00.000Z", - "End": "2024-02-04T00:00:00.000Z" + "Start": "2024-02-04T07:58:06.866Z", + "End": "2024-02-04T07:58:16.866Z" }, "Attributes": [ { @@ -4991,13 +4991,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-02-04T07:58:06.866Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-02-11T00:00:00.000Z" + "Value": "2024-02-04T07:58:16.866Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5025,8 +5025,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7932920", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-08-22T00:00:00.000Z", - "EvictionDate": "2020-08-29T00:00:00.000Z", + "PublicationDate": "2020-08-22T14:23:12.538Z", + "EvictionDate": "2020-08-22T14:23:12.538Z", "Checksum": [ { "Algorithm": "MD5", @@ -5035,8 +5035,8 @@ data: } ], "ContentDate": { - "Start": "2020-08-22T00:00:00.000Z", - "End": "2020-08-22T00:00:00.000Z" + "Start": "2020-08-22T14:23:12.538Z", + "End": "2020-08-22T14:23:22.538Z" }, "Attributes": [ { @@ -5061,13 +5061,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-08-22T14:23:12.538Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-08-29T00:00:00.000Z" + "Value": "2020-08-22T14:23:22.538Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5095,8 +5095,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "8437006", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-10-13T00:00:00.000Z", - "EvictionDate": "2023-10-20T00:00:00.000Z", + "PublicationDate": "2023-10-13T14:37:05.498Z", + "EvictionDate": "2023-10-13T14:37:05.498Z", "Checksum": [ { "Algorithm": "MD5", @@ -5105,8 +5105,8 @@ data: } ], "ContentDate": { - "Start": "2023-10-13T00:00:00.000Z", - "End": "2023-10-13T00:00:00.000Z" + "Start": "2023-10-13T14:37:05.498Z", + "End": "2023-10-13T14:37:15.498Z" }, "Attributes": [ { @@ -5131,13 +5131,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-10-13T14:37:05.498Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-10-20T00:00:00.000Z" + "Value": "2023-10-13T14:37:15.498Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5165,8 +5165,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4246992", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-05-16T00:00:00.000Z", - "EvictionDate": "2020-05-23T00:00:00.000Z", + "PublicationDate": "2020-05-16T02:22:59.606Z", + "EvictionDate": "2020-05-16T02:22:59.606Z", "Checksum": [ { "Algorithm": "MD5", @@ -5175,8 +5175,8 @@ data: } ], "ContentDate": { - "Start": "2020-05-16T00:00:00.000Z", - "End": "2020-05-16T00:00:00.000Z" + "Start": "2020-05-16T02:22:59.606Z", + "End": "2020-05-16T02:23:09.606Z" }, "Attributes": [ { @@ -5201,13 +5201,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-05-16T02:22:59.606Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-05-23T00:00:00.000Z" + "Value": "2020-05-16T02:23:09.606Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5235,8 +5235,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "7539646", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-06-30T00:00:00.000Z", - "EvictionDate": "2020-07-07T00:00:00.000Z", + "PublicationDate": "2020-06-30T22:10:31.789Z", + "EvictionDate": "2020-06-30T22:10:31.789Z", "Checksum": [ { "Algorithm": "MD5", @@ -5245,8 +5245,8 @@ data: } ], "ContentDate": { - "Start": "2020-06-30T00:00:00.000Z", - "End": "2020-06-30T00:00:00.000Z" + "Start": "2020-06-30T22:10:31.789Z", + "End": "2020-06-30T22:10:41.789Z" }, "Attributes": [ { @@ -5271,13 +5271,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-06-30T22:10:31.789Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-07-07T00:00:00.000Z" + "Value": "2020-06-30T22:10:41.789Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5305,8 +5305,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9320998", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-09-24T00:00:00.000Z", - "EvictionDate": "2021-10-01T00:00:00.000Z", + "PublicationDate": "2021-09-24T08:10:50.214Z", + "EvictionDate": "2021-09-24T08:10:50.214Z", "Checksum": [ { "Algorithm": "MD5", @@ -5315,8 +5315,8 @@ data: } ], "ContentDate": { - "Start": "2021-09-24T00:00:00.000Z", - "End": "2021-09-24T00:00:00.000Z" + "Start": "2021-09-24T08:10:50.214Z", + "End": "2021-09-24T08:11:00.214Z" }, "Attributes": [ { @@ -5341,13 +5341,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-09-24T08:10:50.214Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-10-01T00:00:00.000Z" + "Value": "2021-09-24T08:11:00.214Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5375,8 +5375,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2137306", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2022-01-26T00:00:00.000Z", - "EvictionDate": "2022-02-02T00:00:00.000Z", + "PublicationDate": "2022-01-26T23:39:37.240Z", + "EvictionDate": "2022-01-26T23:39:37.240Z", "Checksum": [ { "Algorithm": "MD5", @@ -5385,8 +5385,8 @@ data: } ], "ContentDate": { - "Start": "2022-02-02T00:00:00.000Z", - "End": "2022-02-02T00:00:00.000Z" + "Start": "2022-01-26T23:39:37.240Z", + "End": "2022-01-26T23:39:47.240Z" }, "Attributes": [ { @@ -5411,13 +5411,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2022-01-26T23:39:37.240Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2022-02-02T00:00:00.000Z" + "Value": "2022-01-26T23:39:47.240Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5445,8 +5445,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4346434", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-02-06T00:00:00.000Z", - "EvictionDate": "2023-02-13T00:00:00.000Z", + "PublicationDate": "2023-02-06T11:00:38.984Z", + "EvictionDate": "2023-02-06T11:00:38.984Z", "Checksum": [ { "Algorithm": "MD5", @@ -5455,8 +5455,8 @@ data: } ], "ContentDate": { - "Start": "2023-02-06T00:00:00.000Z", - "End": "2023-02-06T00:00:00.000Z" + "Start": "2023-02-06T11:00:38.984Z", + "End": "2023-02-06T11:00:48.984Z" }, "Attributes": [ { @@ -5481,13 +5481,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-02-06T11:00:38.984Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-02-13T00:00:00.000Z" + "Value": "2023-02-06T11:00:48.984Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5515,8 +5515,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4053522", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-05-29T00:00:00.000Z", - "EvictionDate": "2021-06-05T00:00:00.000Z", + "PublicationDate": "2021-05-29T16:12:20.481Z", + "EvictionDate": "2021-05-29T16:12:20.481Z", "Checksum": [ { "Algorithm": "MD5", @@ -5525,8 +5525,8 @@ data: } ], "ContentDate": { - "Start": "2021-05-29T00:00:00.000Z", - "End": "2021-05-29T00:00:00.000Z" + "Start": "2021-05-29T16:12:20.481Z", + "End": "2021-05-29T16:12:30.481Z" }, "Attributes": [ { @@ -5551,13 +5551,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-05-29T16:12:20.481Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-06-05T00:00:00.000Z" + "Value": "2021-05-29T16:12:30.481Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5585,8 +5585,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5263435", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-01-06T00:00:00.000Z", - "EvictionDate": "2021-01-13T00:00:00.000Z", + "PublicationDate": "2021-01-06T20:07:02.066Z", + "EvictionDate": "2021-01-06T20:07:02.066Z", "Checksum": [ { "Algorithm": "MD5", @@ -5595,8 +5595,8 @@ data: } ], "ContentDate": { - "Start": "2021-01-06T00:00:00.000Z", - "End": "2021-01-06T00:00:00.000Z" + "Start": "2021-01-06T20:07:02.066Z", + "End": "2021-01-06T20:07:12.066Z" }, "Attributes": [ { @@ -5621,13 +5621,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-01-06T20:07:02.066Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-01-13T00:00:00.000Z" + "Value": "2021-01-06T20:07:12.066Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5655,8 +5655,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "9981408", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-05-27T00:00:00.000Z", - "EvictionDate": "2024-06-03T00:00:00.000Z", + "PublicationDate": "2024-05-27T09:44:09.509Z", + "EvictionDate": "2024-05-27T09:44:09.509Z", "Checksum": [ { "Algorithm": "MD5", @@ -5665,8 +5665,8 @@ data: } ], "ContentDate": { - "Start": "2024-05-27T00:00:00.000Z", - "End": "2024-05-27T00:00:00.000Z" + "Start": "2024-05-27T09:44:09.509Z", + "End": "2024-05-27T09:44:19.509Z" }, "Attributes": [ { @@ -5691,13 +5691,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-05-27T09:44:09.509Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-06-03T00:00:00.000Z" + "Value": "2024-05-27T09:44:19.509Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5725,8 +5725,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3556917", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-02-28T00:00:00.000Z", - "EvictionDate": "2020-03-06T00:00:00.000Z", + "PublicationDate": "2020-02-28T10:27:59.318Z", + "EvictionDate": "2020-02-28T10:27:59.318Z", "Checksum": [ { "Algorithm": "MD5", @@ -5735,8 +5735,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-28T00:00:00.000Z", - "End": "2020-02-28T00:00:00.000Z" + "Start": "2020-02-28T10:27:59.318Z", + "End": "2020-02-28T10:28:09.318Z" }, "Attributes": [ { @@ -5761,13 +5761,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-02-28T10:27:59.318Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-03-06T00:00:00.000Z" + "Value": "2020-02-28T10:28:09.318Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5795,8 +5795,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1332116", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-04-13T00:00:00.000Z", - "EvictionDate": "2020-04-20T00:00:00.000Z", + "PublicationDate": "2020-04-13T11:39:33.755Z", + "EvictionDate": "2020-04-13T11:39:33.755Z", "Checksum": [ { "Algorithm": "MD5", @@ -5805,8 +5805,8 @@ data: } ], "ContentDate": { - "Start": "2020-04-13T00:00:00.000Z", - "End": "2020-04-13T00:00:00.000Z" + "Start": "2020-04-13T11:39:33.755Z", + "End": "2020-04-13T11:39:43.755Z" }, "Attributes": [ { @@ -5831,13 +5831,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-04-13T11:39:33.755Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-20T00:00:00.000Z" + "Value": "2020-04-13T11:39:43.755Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5865,8 +5865,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1554558", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-02-16T00:00:00.000Z", - "EvictionDate": "2023-02-23T00:00:00.000Z", + "PublicationDate": "2023-02-16T09:09:22.404Z", + "EvictionDate": "2023-02-16T09:09:22.404Z", "Checksum": [ { "Algorithm": "MD5", @@ -5875,8 +5875,8 @@ data: } ], "ContentDate": { - "Start": "2023-02-16T00:00:00.000Z", - "End": "2023-02-16T00:00:00.000Z" + "Start": "2023-02-16T09:09:22.404Z", + "End": "2023-02-16T09:09:32.404Z" }, "Attributes": [ { @@ -5901,13 +5901,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-02-16T09:09:22.404Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-02-23T00:00:00.000Z" + "Value": "2023-02-16T09:09:32.404Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -5935,8 +5935,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "1922340", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-04-09T00:00:00.000Z", - "EvictionDate": "2020-04-16T00:00:00.000Z", + "PublicationDate": "2020-04-09T19:45:55.673Z", + "EvictionDate": "2020-04-09T19:45:55.673Z", "Checksum": [ { "Algorithm": "MD5", @@ -5945,8 +5945,8 @@ data: } ], "ContentDate": { - "Start": "2020-04-16T00:00:00.000Z", - "End": "2020-04-16T00:00:00.000Z" + "Start": "2020-04-09T19:45:55.673Z", + "End": "2020-04-09T19:46:05.673Z" }, "Attributes": [ { @@ -5971,13 +5971,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-04-09T19:45:55.673Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-16T00:00:00.000Z" + "Value": "2020-04-09T19:46:05.673Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6005,8 +6005,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "5003183", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-09-02T00:00:00.000Z", - "EvictionDate": "2021-09-09T00:00:00.000Z", + "PublicationDate": "2021-09-02T04:35:11.181Z", + "EvictionDate": "2021-09-02T04:35:11.181Z", "Checksum": [ { "Algorithm": "MD5", @@ -6015,8 +6015,8 @@ data: } ], "ContentDate": { - "Start": "2021-09-02T00:00:00.000Z", - "End": "2021-09-02T00:00:00.000Z" + "Start": "2021-09-02T04:35:11.181Z", + "End": "2021-09-02T04:35:21.181Z" }, "Attributes": [ { @@ -6041,13 +6041,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-09-02T04:35:11.181Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-09-09T00:00:00.000Z" + "Value": "2021-09-02T04:35:21.181Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6075,8 +6075,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6543813", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-11-27T00:00:00.000Z", - "EvictionDate": "2020-12-04T00:00:00.000Z", + "PublicationDate": "2020-11-27T08:15:19.717Z", + "EvictionDate": "2020-11-27T08:15:19.717Z", "Checksum": [ { "Algorithm": "MD5", @@ -6085,8 +6085,8 @@ data: } ], "ContentDate": { - "Start": "2020-11-27T00:00:00.000Z", - "End": "2020-11-27T00:00:00.000Z" + "Start": "2020-11-27T08:15:19.717Z", + "End": "2020-11-27T08:15:29.717Z" }, "Attributes": [ { @@ -6111,13 +6111,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-11-27T08:15:19.717Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-12-04T00:00:00.000Z" + "Value": "2020-11-27T08:15:29.717Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6145,8 +6145,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "2029769", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2021-07-16T00:00:00.000Z", - "EvictionDate": "2021-07-23T00:00:00.000Z", + "PublicationDate": "2021-07-16T07:50:55.561Z", + "EvictionDate": "2021-07-16T07:50:55.561Z", "Checksum": [ { "Algorithm": "MD5", @@ -6155,8 +6155,8 @@ data: } ], "ContentDate": { - "Start": "2021-07-16T00:00:00.000Z", - "End": "2021-07-16T00:00:00.000Z" + "Start": "2021-07-16T07:50:55.561Z", + "End": "2021-07-16T07:51:05.561Z" }, "Attributes": [ { @@ -6181,13 +6181,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2021-07-16T07:50:55.561Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2021-07-23T00:00:00.000Z" + "Value": "2021-07-16T07:51:05.561Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6215,8 +6215,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4286659", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-03-25T00:00:00.000Z", - "EvictionDate": "2020-04-01T00:00:00.000Z", + "PublicationDate": "2020-03-25T01:55:26.547Z", + "EvictionDate": "2020-03-25T01:55:26.547Z", "Checksum": [ { "Algorithm": "MD5", @@ -6225,8 +6225,8 @@ data: } ], "ContentDate": { - "Start": "2020-03-25T00:00:00.000Z", - "End": "2020-03-25T00:00:00.000Z" + "Start": "2020-03-25T01:55:26.547Z", + "End": "2020-03-25T01:55:36.547Z" }, "Attributes": [ { @@ -6251,13 +6251,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-03-25T01:55:26.547Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-01T00:00:00.000Z" + "Value": "2020-03-25T01:55:36.547Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6285,8 +6285,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3702370", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2023-03-14T00:00:00.000Z", - "EvictionDate": "2023-03-21T00:00:00.000Z", + "PublicationDate": "2023-03-14T03:09:21.261Z", + "EvictionDate": "2023-03-14T03:09:21.261Z", "Checksum": [ { "Algorithm": "MD5", @@ -6295,8 +6295,8 @@ data: } ], "ContentDate": { - "Start": "2023-03-14T00:00:00.000Z", - "End": "2023-03-14T00:00:00.000Z" + "Start": "2023-03-14T03:09:21.261Z", + "End": "2023-03-14T03:09:31.261Z" }, "Attributes": [ { @@ -6321,13 +6321,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2023-03-14T03:09:21.261Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2023-03-21T00:00:00.000Z" + "Value": "2023-03-14T03:09:31.261Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6355,8 +6355,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "4250772", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-02-21T00:00:00.000Z", - "EvictionDate": "2020-02-28T00:00:00.000Z", + "PublicationDate": "2020-02-21T20:08:11.338Z", + "EvictionDate": "2020-02-21T20:08:11.338Z", "Checksum": [ { "Algorithm": "MD5", @@ -6365,8 +6365,8 @@ data: } ], "ContentDate": { - "Start": "2020-02-21T00:00:00.000Z", - "End": "2020-02-21T00:00:00.000Z" + "Start": "2020-02-21T20:08:11.338Z", + "End": "2020-02-21T20:08:21.338Z" }, "Attributes": [ { @@ -6391,13 +6391,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-02-21T20:08:11.338Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-02-28T00:00:00.000Z" + "Value": "2020-02-21T20:08:21.338Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6425,8 +6425,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "6060922", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2020-04-06T00:00:00.000Z", - "EvictionDate": "2020-04-13T00:00:00.000Z", + "PublicationDate": "2020-04-06T17:59:25.023Z", + "EvictionDate": "2020-04-06T17:59:25.023Z", "Checksum": [ { "Algorithm": "MD5", @@ -6435,8 +6435,8 @@ data: } ], "ContentDate": { - "Start": "2020-04-06T00:00:00.000Z", - "End": "2020-04-06T00:00:00.000Z" + "Start": "2020-04-06T17:59:25.023Z", + "End": "2020-04-06T17:59:35.023Z" }, "Attributes": [ { @@ -6461,13 +6461,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2020-04-06T17:59:25.023Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2020-04-13T00:00:00.000Z" + "Value": "2020-04-06T17:59:35.023Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6495,8 +6495,8 @@ data: "ContentType": "application/octet-stream", "ContentLength": "3169203", "OriginDate": "2024-04-12T15:16:47.000Z", - "PublicationDate": "2024-01-06T00:00:00.000Z", - "EvictionDate": "2024-01-13T00:00:00.000Z", + "PublicationDate": "2024-01-06T07:20:58.166Z", + "EvictionDate": "2024-01-06T07:20:58.166Z", "Checksum": [ { "Algorithm": "MD5", @@ -6505,8 +6505,8 @@ data: } ], "ContentDate": { - "Start": "2024-01-06T00:00:00.000Z", - "End": "2024-01-06T00:00:00.000Z" + "Start": "2024-01-06T07:20:58.166Z", + "End": "2024-01-06T07:21:08.166Z" }, "Attributes": [ { @@ -6531,13 +6531,13 @@ data: "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "beginningDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-04-12T15:16:47.000Z" + "Value": "2024-01-06T07:20:58.166Z" }, { "@odata.type": "#OData.CSC.DateTimeOffsetAttribute", "Name": "endingDateTime", "ValueType": "DateTimeOffset", - "Value": "2024-01-13T00:00:00.000Z" + "Value": "2024-01-06T07:21:08.166Z" }, { "@odata.type": "#OData.CSC.StringAttribute", @@ -6560,4 +6560,4 @@ data: ] } ] - } + } \ No newline at end of file