MicrOS
|
#include "../time.h"
Functions | |
tm * | gmtime (const time_t *timer) |
Convert time_t to tm as UTC time. More... | |
Variables | |
tm | converted_time |
Convert time_t to tm as UTC time.
Uses the value pointed by timer to fill a tm structure with the values that represent the corresponding time, expressed as a UTC time (i.e., the time at the GMT timezone).
timer | Pointer to an object of type time_t that contains a time value. |
tm converted_time |