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

This creates 3 columns in the entity table:
Name | Column | Type |
|---|---|---|
deliveryDate.start | delivery_date_start_time | BIGINT |
deliveryDate.end | delivery_date_end_time | BIGINT |
deliveryDate.timeZone | delivery_date_time_zone | VARCHAR(35) |