pmiSetTimezone - set the source timezone for a LOGIMPORT archive
Contents
C Synopsis
#include<pcp/pmapi.h>#include<pcp/import.h>intpmiSetTimezone(constchar*value);cc...-lpcp_import-lpcp
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.
Diagnostics
pmiSetTimezone returns zero on success else a negative value that can be turned into an error message by
calling pmiErrStr(3).
Name
pmiSetTimezone - set the source timezone for a LOGIMPORT archive
Perl Synopsis
usePCP::LogImport;pmiSetTimezone($value);
See Also
LOGIMPORT(3), pmiErrStr(3), pmiSetHostname(3), pmiSetVersion(3) and pmiStart(3). Performance Co-Pilot PMISETTIMEZONE(3)
