Module: schema.utils.time_record

Helper functions for time-related operations.

Functions

convert_times_to_date_intervals(...): Creates a date interval for each time in times as dict values.

create_date_interval_pb(...): Creates a DateInterval proto for the given start and end dates.

dates_from_date_interval_proto(...): Returns a tuple of [start, end) date range from a DateInterval proto.