20 #ifndef OC_CLOCK_UTIL_H
21 #define OC_CLOCK_UTIL_H
23 #include "oc_config.h"
size_t oc_clock_time_rfc3339(char *out_buf, size_t out_buf_len)
retrieve time as rfc3339 time (e.g.
oc_clock_time_t oc_clock_parse_time_rfc3339(const char *in_buf, size_t in_buf_len)
parse rfc3339 time into oc_clock format
size_t oc_clock_encode_time_rfc3339(oc_clock_time_t time, char *out_buf, size_t out_buf_len)
encode time as rfc3339 time