Skip to content

Commit

Permalink
Update temporal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Aug 15, 2024
1 parent 3b15cb5 commit 7146b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/temporal.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@

/**
* @brief Retorna un string con la hora actual con el formato recibido por parámetro.
* @return El string retornado debe ser liberado con free() al dejar de usarse.
* @relates t_temporal
*
* @code
* temporal_get_string_time("%d/%m/%y") => "30/09/20"
* temporal_get_string_time("%H:%M:%S:%MS") => "12:51:59:331"
* temporal_get_string_time("%d/%m/%y %H:%M:%S") => "30/09/20 12:51:59"
* @endcode
* @note Este string debe ser liberado con free() al dejar de usarse.
*/
char *temporal_get_string_time(const char* format);

Expand Down

0 comments on commit 7146b92

Please sign in to comment.