1Graphical interface

 

2Function

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.

3Input

There is no input.

4Output

5Types

The “t” output is of type: float.

6Usage

See also the <dt> block.