15 lines
266 B
Text
15 lines
266 B
Text
put time()
|
|
-- "03:45"
|
|
|
|
put date()
|
|
-- "01.10.2016"
|
|
|
|
put the systemdate
|
|
-- date( 2016, 10, 1 )
|
|
|
|
put the systemdate.seconds
|
|
-- 13950
|
|
|
|
-- milliseconds since last boot, due to higher resolution better suited for random number seeding
|
|
put _system.milliseconds
|
|
-- 41746442
|