MythTV
master
|
#include "mythtimezone.h"
#include <cstdlib>
#include <ctime>
#include <QDataStream>
#include <QTextStream>
#include <QDateTime>
#include <QTimeZone>
#include <QFileInfo>
#include <QDir>
#include "mythcorecontext.h"
#include "mythlogging.h"
#include "mythdate.h"
Go to the source code of this file.
Namespaces | |
MythTZ | |
Functions | |
int | MythTZ::calc_utc_offset (void) |
QString | MythTZ::getTimeZoneID (void) |
Returns the zoneinfo time zone ID or as much time zone information as possible. More... | |
bool | MythTZ::checkTimeZone (void) |
Verifies the time zone settings on this system agree with those on the master backend. More... | |
bool | MythTZ::checkTimeZone (const QStringList &) |
This overloaded version allows for the use of an existing (not managed by MythContext) connection to the backend. More... | |