Script execution

This commit is contained in:
2017-08-07 14:35:49 +02:00
parent e2567db1b9
commit 2e78151db0
+1
View File
@@ -74,5 +74,6 @@ print "Local current time :", localtime
from datetime import datetime
dt = datetime.now()
print "datetime.now", dt
#dt.milliseconds
#dtt = datetime.datetime.now()