RosettaCodeData/Task/System-time/Lingo/system-time.lingo

16 lines
266 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
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