MythTV  master
mythtimezone.h
Go to the documentation of this file.
1 #ifndef MYTH_TIME_ZONE_H
2 #define MYTH_TIME_ZONE_H
3 
4 #include <QString>
5 
6 #include "mythbaseexp.h"
7 
8 namespace MythTZ
9 {
11 MBASE_PUBLIC QString getTimeZoneID(void);
12 MBASE_PUBLIC bool checkTimeZone(void);
13 MBASE_PUBLIC bool checkTimeZone(const QStringList &master_settings);
14 };
15 
16 #endif // MYTH_TIME_ZONE_H
MythTZ::getTimeZoneID
QString getTimeZoneID(void)
Returns the zoneinfo time zone ID or as much time zone information as possible.
Definition: mythtimezone.cpp:32
mythbaseexp.h
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15
MythTZ::checkTimeZone
bool checkTimeZone(void)
Verifies the time zone settings on this system agree with those on the master backend.
Definition: mythtimezone.cpp:72
MythTZ
Definition: mythtimezone.cpp:17
MythTZ::calc_utc_offset
int calc_utc_offset(void)
Definition: mythtimezone.cpp:20