Apache HTTPD
Macros | Functions | Variables
time.c File Reference
#include "apr_portable.h"
#include "apr_time.h"
#include "apr_lib.h"
#include "apr_private.h"
#include "apr_strings.h"
#include "apr_arch_internal_time.h"

Go to the source code of this file.

Macros

#define NO_GMTOFF_IN_STRUCT_TM
 

Functions

static apr_int32_t get_offset (struct tm *tm)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (apr_time_t)
 
static void explode_time (apr_time_exp_t *xt, apr_time_t t, apr_int32_t offset, int use_localtime)
 
 APR_DECLARE (void)
 

Variables

static apr_int32_t server_gmt_offset
 

Macro Definition Documentation

◆ NO_GMTOFF_IN_STRUCT_TM

#define NO_GMTOFF_IN_STRUCT_TM

Definition at line 40 of file time.c.

Function Documentation

◆ explode_time()

static void explode_time ( apr_time_exp_t xt,
apr_time_t  t,
apr_int32_t  offset,
int  use_localtime 
)
static

Definition at line 81 of file time.c.

◆ get_offset()

static apr_int32_t get_offset ( struct tm tm)
static

Definition at line 43 of file time.c.

Variable Documentation

◆ server_gmt_offset

apr_int32_t server_gmt_offset
static

Definition at line 39 of file time.c.