From 32d489431469d4f845b9611bb838fbf02b2296ea Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Mon, 7 Aug 2017 14:11:53 +0200 Subject: [PATCH] Script execution --- script/test-time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test-time.py b/script/test-time.py index 1f223ad..a42702a 100644 --- a/script/test-time.py +++ b/script/test-time.py @@ -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