pmiSetTimezone (3) - Linux Manuals
pmiSetTimezone: set the source timezone for a LOGIMPORT archive
NAME
pmiSetTimezone - set the source timezone for a LOGIMPORT archiveC SYNOPSIS
#include <pcp/pmapi.h>#include <pcp/impl.h>
#include <pcp/import.h>
int pmiSetTimezone(const char *value);
Perl SYNOPSIS
use PCP::LogImport;DESCRIPTION
As part of the Performance Co-Pilot Log Import API (see LOGIMPORT(3)), pmiSetTimezone sets the source timezone in the current context to be value.In the absence of a call to pmiSetTimezone the source timezone defaults to the timezone of the localhost.