Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
void | ngx_timezone_update (void) |
void | ngx_localtime (time_t s, ngx_tm_t *tm) |
void | ngx_libc_localtime (time_t s, struct tm *tm) |
void | ngx_libc_gmtime (time_t s, struct tm *tm) |
void ngx_libc_gmtime | ( | time_t | s, |
struct tm * | tm | ||
) |
Definition at line 92 of file ngx_time.c.
void ngx_libc_localtime | ( | time_t | s, |
struct tm * | tm | ||
) |
void ngx_localtime | ( | time_t | s, |
ngx_tm_t * | tm | ||
) |
void ngx_timezone_update | ( | void | ) |