Script execution

This commit is contained in:
2017-08-07 14:15:23 +02:00
parent 65346e5b8d
commit 208d192208
+5 -1
View File
@@ -59,4 +59,8 @@ ticks = time.time()
print "Number of ticks since 12:00am, January 1, 1970:", ticks
#print time_str;
localtime = time.asctime( time.localtime(time.time()) )
print "Local current time :", localtime
print "Local current time :", localtime
from datetime import datetime
dt = datetime.now()
dt.microsecond