NAME
function::tzctime - Convert seconds since epoch into human readable date/time string, with local time zone SYNOPSIS tzctime(epochsecs:) ARGUMENTS epochsecs number of seconds since epoch (as returned by gettimeofdays) DESCRIPTION Takes an argument of seconds since the epoch as returned by gettimeofdays. Returns a string of the same form as ctime, but offsets the epoch time for the local time zone, and appends the name of the local time zone. The string length may vary. The time zone information is passed by staprun at script startup only. SEE ALSO tapset::tzinfo(3stap) SystemTap Tapset Reference June 2018 FUNCTION::TZCTIME(3stap)