---
title: "ErrorDateTime"
url: "https://api-catalog-test.8451.com/apis/kroger-ad-platform-api-1/versions/161b884e-bbcf-458e-9b78-9eff02a00217/schemas/ErrorDateTime"
---

> Full API specification: https://api-catalog-test.8451.com/apis/kroger-ad-platform-api-1/versions/161b884e-bbcf-458e-9b78-9eff02a00217.md

# ErrorDateTime

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Kroger Ad Platform API
  version: "1"
servers:
  - url: /v1
components:
  schemas:
    ErrorDateTime:
      properties:
        value:
          type: string
          title: value
          description: ISO time string
        timezone:
          type: string
          title: timezone
          description: Timezone abbreviation
      type: object
      required:
        - value
        - timezone
      title: ErrorDateTime
```
