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>
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 |
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.
const { ... } known_zones[] |
Initial value:
= {
{ "UT", 0 },
{ "GMT", 0 },
{ "EST", -300 },
{ "EDT", -240 },
{ "CST", -360 },
{ "CDT", -300 },
{ "MST", -420 },
{ "MDT", -360 },
{ "PST", -480 },
{ "PDT", -420 },
{ { 0,0,0,0 }, 0 }
}
|
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.