MythTV
master
mythtv
libs
libmythbase
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
{
10
MBASE_PUBLIC
int
calc_utc_offset
(
void
);
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:36
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:76
MythTZ
Definition:
mythtimezone.cpp:17
MythTZ::calc_utc_offset
int calc_utc_offset(void)
Definition:
mythtimezone.cpp:20
Generated on Tue Jan 7 2025 03:18:25 for MythTV by
1.8.17