File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web-app/src/app/services/feeds Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,13 @@ export interface components {
280280 hash ?: string ;
281281 /**
282282 * Format: date-time
283- * @description The start date of the service date range for the dataset.
283+ * @description The start date of the service date range for the dataset in UTC. Timing starts at 00:00:00 of the day .
284284 * @example "2023-07-10T06:00:00.000Z"
285285 */
286286 service_date_range_start ?: string ;
287287 /**
288288 * Format: date-time
289- * @description The start date of the service date range for the dataset.
289+ * @description The start date of the service date range for the dataset in UTC. Timing ends at 23:59:59 of the day .
290290 * @example 2023-07-10T05:59:59+00Z
291291 */
292292 service_date_range_end ?: string ;
@@ -422,13 +422,13 @@ export interface components {
422422 validation_report ?: components [ 'schemas' ] [ 'ValidationReport' ] ;
423423 /**
424424 * Format: date-time
425- * @description The start date of the service date range for the dataset.
425+ * @description The start date of the service date range for the dataset in UTC. Timing starts at 00:00:00 of the day .
426426 * @example "2023-07-10T06:00:00.000Z"
427427 */
428428 service_date_range_start ?: string ;
429429 /**
430430 * Format: date-time
431- * @description The start date of the service date range for the dataset.
431+ * @description The start date of the service date range for the dataset in UTC. Timing ends at 23:59:59 of the day .
432432 * @example 2023-07-10T05:59:59+00Z
433433 */
434434 service_date_range_end ?: string ;
You can’t perform that action at this time.
0 commit comments