The <time> block returns the number of seconds since January 1970.
Note: This measurement is based on the Python statement “time.time(),” which uses your PC’s hardware clock (RTC). See the Python documentation for more details.
There is no input.
•« t » : the number of seconds since January 1970.
The “t” output is of type: float.
See also the <dt> block.