77     info(0, 
"%s : %04ld-%02ld-%02ldT%02ld:%02ld:%02ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second);
    84     info(0, 
"%s : %04ld-%02ld-%02ldT%02ld:%02ld:%02ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second);
    91     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second);
    98     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second);
   105     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld+%ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second, ut.offset_sec);
   112     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld+%ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second, ut.offset_sec);
   119     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld%+ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second, ut.offset_sec);
   126     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld%+ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second, ut.offset_sec);
   133     info(0, 
"%s : %04ld%02ld%02ldT%02ld:%02ld:%02ld%+ld", 
octstr_get_cstr(s), ut.year, ut.month+1, ut.day, ut.hour, ut.minute, ut.second, ut.offset_sec);
 void info(int err, const char *fmt,...)
#define octstr_get_cstr(ostr)
void octstr_destroy(Octstr *ostr)
#define octstr_create(cstr)
int date_parse_iso(struct universaltime *ut, Octstr *os)
void gwlib_shutdown(void)
int get_and_set_debugs(int argc, char **argv, int(*find_own)(int index, int argc, char **argv))