# ZonedDateTimeLike

`import { ZonedDateTimeLike } from "destack:time";`

Temporal zoned date-time field bag.

```ds title="ZonedDateTimeLike"
export type ZonedDateTimeLike = PlainDateTimeLike & { offset?: string; timeZone?: TimeZoneLike; calendar?: CalendarLike }
```

[language/library/src/time/zoned-date-time.ds:32:39](https://github.com/destack-sh/destack/blob/main/language/library/src/time/zoned-date-time.ds#L32-L39)
