
TIME is a pseudo variable that holds seconds since 01.01.2007 in 32 bit signed integer format. TIME can only be read.
This example prints the TIME value during ten seconds:
outmode -2 for s = 1 to 10 print time sleep 1000 next
TIME uses the battery-backed RTC.