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
8namespace MythTZ
9{
11MBASE_PUBLIC QString getTimeZoneID(void);
13MBASE_PUBLIC bool checkTimeZone(const QStringList &master_settings);
14};
15
16#endif // MYTH_TIME_ZONE_H
#define MBASE_PUBLIC
Definition: mythbaseexp.h:8
int calc_utc_offset(void)
QString getTimeZoneID(void)
Returns the zoneinfo time zone ID or as much time zone information as possible.
bool checkTimeZone(void)
Verifies the time zone settings on this system agree with those on the master backend.