TZ-Lib  $VERSION$
tzsys_unix.cpp File Reference
#include "tzsys.h"
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include <QStringList>
#include <QFile>
#include <QProcess>
#include <QFileInfo>

Variables

static QStringList efiles
 list of files that contain an Olson time zone key More...
 
static QStringList tfiles
 list of files that contain either a symlink to or a copy of the binary time zone definition More...
 

Variable Documentation

QStringList efiles
static
Initial value:
=QStringList()
<<"/etc/timezone"
<<"/etc/TIMEZONE"
<<"/usr/local/etc/timezone"
<<"/usr/share/zoneinfo/timezone"
<<"/usr/lib/zoneinfo/timezone"

list of files that contain an Olson time zone key

Referenced by TimeZoneLib::systemDefaultDiscover().

QStringList tfiles
static
Initial value:
=QStringList()
<<"/etc/localtime"
<<"/usr/local/etc/localtime"
<<"/usr/share/zoneinfo/localtime"
<<"/usr/lib/zoneinfo/localtime"

list of files that contain either a symlink to or a copy of the binary time zone definition

Referenced by TimeZoneLib::systemDefaultDiscover().