mUPnP for C
http_date.c File Reference
#include <time.h>
#include <mupnp/http/http.h>
#include <mupnp/util/log.h>

Functions

static char * to_month_string (int value)
 
static char * to_week_string (int value)
 
const char * mupnp_http_getdate (mUpnpTime sysTime, char *buf, size_t bufSize)
 

Variables

static char MONTH_STRING [][4]
 
static char WEEK_STRING [][4]
 

Function Documentation

◆ mupnp_http_getdate()

const char * mupnp_http_getdate ( mUpnpTime sysTime,
char * buf,
size_t bufSize )

◆ to_month_string()

static char * to_month_string ( int value)
static

◆ to_week_string()

static char * to_week_string ( int value)
static

Variable Documentation

◆ MONTH_STRING

char MONTH_STRING[][4]
static
Initial value:
= {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec",
}

◆ WEEK_STRING

char WEEK_STRING[][4]
static
Initial value:
= {
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
}