#ifndef TIME_INFO_H_
#define TIME_INFO_H_

void sec2timestamp(int seconds, char **p_ts);

#endif