helpers¶ Functions¶ one_day_tdelta(etime, stime[, format_time]) Compute the timedelta between two times within the same day. Module Contents¶ helpers.one_day_tdelta(etime: str, stime: str, format_time: str = '%H:%M:%S')[source]¶ Compute the timedelta between two times within the same day. Added in version 0.0.2.