10#ifndef __UTILS_DATETIME_H__
11#define __UTILS_DATETIME_H__
30datetime_epoch_to_str (gint64 epoch,
const char * format);
char * datetime_get_for_filename(void)
Get the current datetime to be used in filenames, eg, for the log file.
char * datetime_get_current_as_string(void)
Returns the current datetime as a string.