Open tashrifbillah opened 1 year ago
Awaiting Larry's opinion: https://github.com/AMP-SCZ/utility/blob/f21f2605e7d0f170234dcd70f97be8bb62e2ad20/rpms_to_redcap.py#L55-L66
Then we shall probably change the first if condition to:
if len(time_value)>=8 and len(time_value)<=10:
to cover 1/1/2022 and 1/10/2022 and 10/1/2022 like dates.
Issue is not occurring now.
So I guess Larry et al. have properly dealt with it.
Issue marked for closing.
Awaiting Larry's opinion: https://github.com/AMP-SCZ/utility/blob/f21f2605e7d0f170234dcd70f97be8bb62e2ad20/rpms_to_redcap.py#L55-L66
Then we shall probably change the first if condition to:
to cover 1/1/2022 and 1/10/2022 and 10/1/2022 like dates.