Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ngx_time.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_time.c:

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)

Function Documentation

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 
)

Definition at line 76 of file ngx_time.c.

Here is the caller graph for this function:

void ngx_localtime ( time_t  s,
ngx_tm_t tm 
)

Definition at line 57 of file ngx_time.c.

Here is the caller graph for this function:

void ngx_timezone_update ( void  )

Definition at line 25 of file ngx_time.c.

Here is the caller graph for this function: