revrt.utilities.base.elapsed_time_as_str# elapsed_time_as_str(seconds_elapsed)[source]# Format elapsed time into human readable string Parameters: seconds_elapsed (int) – Number of seconds that should be represented in string form. Returns: str – Human-readable string representing the number of elapsed seconds.