From 2e78151db0c5dca4a9cc3e0bd0e0377f8189d1c4 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Mon, 7 Aug 2017 14:35:49 +0200 Subject: [PATCH] Script execution --- script/test-time.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test-time.py b/script/test-time.py index 9f9b5c4..4418782 100644 --- a/script/test-time.py +++ b/script/test-time.py @@ -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() \ No newline at end of file