Script execution

This commit is contained in:
2017-08-07 14:11:38 +02:00
parent 251d5deb1a
commit 353379545c

View File

@@ -58,3 +58,5 @@ now();
ticks = time.time()
print "Number of ticks since 12:00am, January 1, 1970:", ticks
print time_str;
localtime = time.localtime(time.time())
print "Local current time :", localtime