logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::tz_ctime - Convert seconds since epoch into human readable date/time string, with local time

Arguments

epochsecs
           number of seconds since epoch (as returned by gettimeofday_s)

Description

       Takes an argument of seconds since the epoch as returned by gettimeofday_s. 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.

Name

       function::tz_ctime - Convert seconds since epoch into human readable date/time string, with local time
       zone

See Also

tapset::tzinfo(3stap)

SystemTap Tapset Reference                         April 2024                          FUNCTION::TZ_CTIME(3stap)

Synopsis

           tz_ctime(epochsecs:)

See Also