orkes.shared.format_start_time# orkes.shared.format_start_time(start_time)[source]# Converts a Unix timestamp to a human-readable ‘YYYY-MM-DD HH:MM:SS’ format. Parameters: start_time (float) – The Unix timestamp to convert. Returns: The formatted date and time string. Return type: str