KDE3Support
#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>
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 |
Definition at line 33 of file k3rfcdate.cpp.
Variable Documentation
|
static |
Initial value:
{
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
}
Definition at line 472 of file k3rfcdate.cpp.
|
static |
Definition at line 75 of file k3rfcdate.cpp.
struct { ... } known_zones[] |
|
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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:52:11 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:52:11 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.