Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 23, 2021 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5f4db7da80c83dbc7171d11ac98385eb to your computer and use it in GitHub Desktop.
Save parzibyte/5f4db7da80c83dbc7171d11ac98385eb to your computer and use it in GitHub Desktop.
def obtener_tiempo_transcurrido_formateado():
segundos_transcurridos= (datetime.now() - hora_inicio).total_seconds()
return segundos_a_segundos_minutos_y_horas(int(segundos_transcurridos))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment