KMIME Library
kmime_dateformatter.h File Reference
This file is part of the API for handling MIME data and defines the DateFormatter class. More...
#include <time.h>
#include <QtCore/QDateTime>
#include <QtCore/QString>
#include "kmime_export.h"
Include dependency graph for kmime_dateformatter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KMime::DateFormatter |
A class for abstracting date formatting. More... | |
Namespaces | |
namespace | KMime |
Detailed Description
This file is part of the API for handling MIME data and defines the DateFormatter class.
Defines the DateFormatter class.
RFC 2822: RFC that defines the Internet Message Format.
ISO 8601: International Standards Organization (ISO) standard that defines the international standard for date and time representations.
ctime: a Unix library call which returns the local time as a human readable ASCII string of the form "Sun Mar 31 02:08:35 2002".
Definition in file kmime_dateformatter.h.