VIC20 Set Time and Date 10 OPEN 1,12,7 { open connection to set time/date } 20 PRINT#1,"YYMMDDhhmmss" { substitute current time and date digits } { YY = year, MM = month, DD = day } { hh = hour (24), mm = minute, ss = seconds } 30 CLOSE 1 { close connection }