KDECore
krfcdate.cpp File Reference
#include <config.h>
#include <sys/param.h>
#include <ctype.h>
#include <stdlib.h>
#include <qstringlist.h>
#include <krfcdate.h>
Include dependency graph for krfcdate.cpp:
Go to the source code of this file.
Functions | |
static unsigned int | ymdhms_to_seconds (int year, int mon, int day, int hour, int minute, int second) |
Variables | |
static const char *const | day_names [] |
static const char | haystack [37] = "janfebmaraprmayjunjulaugsepoctnovdec" |
struct { | |
const char tzName [4] | |
int tzOffset | |
} | known_zones [] |
static const char *const | month_names [] |
Function Documentation
static unsigned int ymdhms_to_seconds | ( | int | year, | |
int | mon, | |||
int | day, | |||
int | hour, | |||
int | minute, | |||
int | second | |||
) | [static] |
Definition at line 34 of file krfcdate.cpp.
Variable Documentation
const char* const day_names[] [static] |
Initial value:
{ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
Definition at line 474 of file krfcdate.cpp.
const char haystack[37] = "janfebmaraprmayjunjulaugsepoctnovdec" [static] |
Definition at line 76 of file krfcdate.cpp.
struct { ... } known_zones[] [static] |
const char* const month_names[] [static] |
Initial value:
{ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }
Definition at line 478 of file krfcdate.cpp.
const char tzName[4] |
Definition at line 81 of file krfcdate.cpp.
int tzOffset |
Definition at line 82 of file krfcdate.cpp.