Daypack_lib.Search_paramSourcetype t = | Time_slots of {search_using_tz_offset_s : Time.tz_offset_s option;time_slots : Time_slot.t list;}| Years_ahead_start_unix_second of {search_using_tz_offset_s : Time.tz_offset_s option;start : int64;search_years_ahead : int;}| Years_ahead_start_date_time of {search_using_tz_offset_s : Time.tz_offset_s option;start : Time.Date_time.t;search_years_ahead : int;}val start_date_time_and_search_years_ahead_of_search_param :
t ->
(Time.Date_time.t * int) option