Query: pmctime
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PMCTIME(3) Library Functions Manual PMCTIME(3)NAMEpmCtime - format the date and time for a reporting timezoneC SYNOPSIS#include <time.h> #include <pcp/pmapi.h> char *pmCtime(const time_t *clock, char *buf); cc ... -lpcpDESCRIPTIONpmCtime is very similar to ctime(3), except the timezone used is the current ``reporting timezone'' (rather than the default TZ environment variable scheme), and the result is returned into a caller-declared buffer (rather than a private buffer). Like ctime(3) the time to be converted is passed via clock, and the result in buf is fixed width fields in the format: Fri Sep 13 00:00:00 1986 The result buffer buf must be at least 26 bytes long, and no attempt is made to check this. pmCtime returns buf as the value of the func- tion. The default current reporting timezone is as defined by the TZ environment variable, so pmCtime and ctime(3) will initially produce similar encoding of the date and time. Use pmNewZone(3), pmNewContextZone(3) or pmUseZone(3) to establish a new current reporting timezone that will effect pmCtime but not ctime(3).SEE ALSOctime(3), PMAPI(3), pmLocaltime(3), pmNewContextZone(3), pmNewZone(3) and pmUseZone(3). Performance Co-Pilot PCP PMCTIME(3)
Related Man Pages |
---|
asctime(3) - freebsd |
pmnewcontextzone(3) - centos |
__pmconverttime(3) - centos |
pmlocaltime(3) - centos |
pmmktime(3) - centos |
Similar Topics in the Unix Linux Community |
---|
CPU time on multitask applications |
how to get a space between the result of (date +%d) command |
Setting a TZ variable in a script |
find -ctime |
Getting numeric timezone on HP-UX |