KDE3Support
k3rfcdate.cpp File Reference
#include "k3rfcdate.h"
#include <config.h>
#include <sys/param.h>
#include <ctype.h>
#include <stdlib.h>
#include <QtCore/QMutableStringListIterator>
#include <QtCore/QCharRef>
#include <QtCore/QByteArray>
Include dependency graph for k3rfcdate.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 | day_names [][4] |
static const char | haystack [37] = "janfebmaraprmayjunjulaugsepoctnovdec" |
struct { | |
const char tzName [4] | |
int tzOffset | |
} | known_zones [] |
static const char | month_names [][4] |
Function Documentation
static unsigned int ymdhms_to_seconds | ( | int | year, | |
int | mon, | |||
int | day, | |||
int | hour, | |||
int | minute, | |||
int | second | |||
) | [static] |
Definition at line 33 of file k3rfcdate.cpp.
Variable Documentation
const char day_names[][4] [static] |
Initial value:
{ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
Definition at line 472 of file k3rfcdate.cpp.
const char haystack[37] = "janfebmaraprmayjunjulaugsepoctnovdec" [static] |
Definition at line 75 of file k3rfcdate.cpp.
struct { ... } known_zones[] [static] |
const char month_names[][4] [static] |
Initial value:
{ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }
Definition at line 476 of file k3rfcdate.cpp.
const char tzName[4] |
Definition at line 80 of file k3rfcdate.cpp.
int tzOffset |
Definition at line 81 of file k3rfcdate.cpp.