The current time.
The format of the time is hh:mm:ss where hours range from 1 to 24.
The following displays the value of currenttime in a text stimulus:
<text sometext>
/ items= ("currenttime = <% script.currenttime %>")
</text>
The following displays the value of currenttime in an instruction page:
<page somepage>
currenttime = <% script.currenttime %>
</page>