Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   pmusezone    ( 3 )

восстановить часовой пояс отчетности (re-establish a reporting timezone)

Имя (Name)

pmUseZone - re-establish a reporting timezone


Синопсис C (C Synopsis)

#include <pcp/pmapi.h>

int pmUseZone(const int tz_handle);

cc ... -lpcp


Описание (Description)

The current reporting timezone effects the timezone used by pmCtime(3) and pmLocaltime(3).

The argument tz_handle identifies a reporting timezone as previously established by a call to pmNewZone(3) or pmNewContextZone(3), and this becomes the current reporting timezone.


Диагностика (Diagnostic)

A return value less than zero indicates the value of tz_handle is not legal.


Смотри также (See also)

PMAPI(3), pmCtime(3), pmLocaltime(3), pmNewContextZone(3), pmNewZone(3) and pmWhichZone(3).