in lib/common/types/date.type.ts [38:47]
hour: number(),
minute: number(),
second: number(),
timeZoneId: string(),
});
/**
* Represents a range of dates (combined with time of day) that has an upper and/or lower bound.
*/
export type DateTimeRange = {