Home | Trees | Indices | Help |
|
---|
|
timer [-t] INTERVAL
Generates a sequence of timestamps, separated in time by the specified
INTERVAL
(approximately). The INTERVAL
format
is:
HH:MM:SS
where HH
is hours, MM
is minutes,
SS
is seconds. HH:
and HH:MM:
may
be omitted.
Examples:
INTERVAL meaning ----------------------------- 5 5 seconds 1:30 1 minute, 30 seconds 1:00:00 1 hour
The output timestamp is time in seconds since 1/1/1970. If
-t
is specified, then the output timestamp is a tuple,
matching what is returned by time.gmtime()
and
time.localtime()
: (year, month, day of month, hour, minute,
second, day of week, day of year, dst).
Notes:
Functions | |||
|
Function Details |
Generates a sequence of timestamps, separated in time by the specified
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |