#include <time.h>
#include <isc/lang.h>
#include <isc/types.h>
Go to the source code of this file.
Defines | |
#define | ISC_TM_H 1 |
Functions | |
ISC_LANG_BEGINDECLS time_t | isc_tm_timegm (struct tm *tm) |
char * | isc_tm_strptime (const char *buf, const char *fmt, struct tm *tm) |
Definition in file tm.h.
ISC_LANG_BEGINDECLS time_t isc_tm_timegm | ( | struct tm * | tm | ) |
char* isc_tm_strptime | ( | const char * | buf, | |
const char * | fmt, | |||
struct tm * | tm | |||
) |
Definition at line 144 of file tm.c.
References abday, abmon, ALT_E, ALT_O, am_pm, conv_num(), day, DE_CONST, isc_tm_strptime(), LEGAL_ALT, mon, REQUIRE, and TM_YEAR_BASE.
Referenced by isc_time_parsehttptimestamp(), and isc_tm_strptime().