time_util.h File Reference

Time utility module header file. More...

#include <time.h>
#include "mcl_core/mcl_core_common.h"
Include dependency graph for time_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MCL_LOCAL void time_util_get_time (mcl_time_t *current_time)
 

Detailed Description

Time utility module header file.

Definition in file time_util.h.

Function Documentation

MCL_LOCAL void time_util_get_time ( mcl_time_t current_time)

This function returns the time elapsed in terms of seconds since Jan 1, 1970 UTC until now.

Parameters
[in]current_timeTime value in seconds.

Definition at line 129 of file time_util.c.

References MCL_DEBUG_ENTRY, and MCL_DEBUG_LEAVE.

Referenced by _create_self_issued_jwt_payload().

Here is the caller graph for this function: