Script execution

This commit is contained in:
2017-08-07 14:11:53 +02:00
parent 353379545c
commit 32d4894314

View File

@@ -57,6 +57,6 @@ now();
#format_delta(1496394245,1596400000);
ticks = time.time()
print "Number of ticks since 12:00am, January 1, 1970:", ticks
print time_str;
#print time_str;
localtime = time.localtime(time.time())
print "Local current time :", localtime