Quick info
A complex (composite) field to store a date with time and a time zone.

This creates 2 columns in the entity table:
Name | Column | Type |
|---|---|---|
deliveryTime.dateValue | delivery_time_date_value | BIGINT |
deliveryTime.timeZone | delivery_time_time_zone | VARCHAR(35) |