Date/Time formatting. More...
Data Structures | |
| struct | datetime_t |
| Structure containing date and time information. More... | |
Functions | |
| void | datetime_to_str (char *buf, uint buf_size, const datetime_t *t) |
| Convert a datetime_t structure to a string. More... | |
Date/Time formatting.
| void datetime_to_str | ( | char * | buf, |
| uint | buf_size, | ||
| const datetime_t * | t | ||
| ) |
Convert a datetime_t structure to a string.
| buf | character buffer to accept generated string |
| buf_size | The size of the passed in buffer |
| t | The datetime to be converted. |