SYNOPSIS:

double func.system.time.gettime()

DESCRIPTION:

Get the current system time as a counter value like the
system call gettimeofday() gives. Useful for profiling, as
time differences can be calculated easily.

RETURN VALUE:

A double containing a timer value in seconds. Resolution is
system dependent, as is the offset.

SEE ALSO:

expression, variable, function, func.system,
func.system.time.year,
func.system.time.month, func.system.time.day,
func.system.time.hour, func.system.time.minute,
func.system.time.second, func.system.time.weekday