Time = pandas.to_datetime(Time, infer_datetime_format=True).tz_convert(tzinfo).to_pydatetime() hapitime.py:284:
UserWarning: The argument 'infer_datetime_format' is deprecated and will be removed in a future version.
A strict version of it is now the default, see
https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html. You can safely remove this argument.